GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ngd
 Ninternal
 Nsole
 Nstd
 Nutf8
 CAllocatorConcept for allocating, resizing and freeing memory block
 CASCIIASCII encoding
 CAutoUTFDynamically select encoding according to stream's runtime-specified UTF encoding type
 CAutoUTFInputStreamInput stream wrapper with dynamically bound encoding and automatic encoding detection
 CAutoUTFOutputStreamOutput stream wrapper with dynamically bound encoding and automatic encoding detection
 CBaseReaderHandlerDefault implementation of Handler
 CBasicIStreamWrapperWrapper of std::basic_istream into RapidJSON's Stream concept
 CBasicOStreamWrapperWrapper of std::basic_ostream into RapidJSON's Stream concept
 CCrtAllocatorC-runtime library allocator
 CDependenciesAnalyzerCompute the dependencies of a scene or external events
 CEncodedInputStreamInput byte stream wrapper with a statically bound encoding
 CEncodedInputStream< UTF8<>, MemoryStream >Specialized for UTF8 MemoryStream
 CEncodedOutputStreamOutput byte stream wrapper with statically bound encoding
 CEncodingConcept for encoding of Unicode characters
 CEventsCodeNameManglerMangle object names, so as to ensure all names used in code are valid
 CEventsListUnfolder
 CFileReadStreamFile byte stream for input using fread()
 CFileWriteStreamWrapper of C file stream for input using fread()
 CGenericArrayHelper class for accessing Value of array type
 CGenericDocumentA document for parsing JSON text as DOM
 CGenericInsituStringStreamA read-write string stream
 CGenericMemberName-value pair in a JSON object value
 CGenericMemberIterator(Constant) member iterator for a JSON object value
 CGenericMemoryBufferRepresents an in-memory output byte stream
 CGenericObjectHelper class for accessing Value of object type
 CGenericPointerRepresents a JSON Pointer. Use Pointer for UTF8 encoding and default allocator
 CGenericReaderSAX-style JSON parser. Use Reader for UTF8 encoding and default allocator
 CGenericSchemaDocumentJSON schema document
 CGenericSchemaValidatorJSON Schema Validator
 CGenericStringBufferRepresents an in-memory output stream
 CGenericStringRefReference to a constant string (not taking a copy)
 CGenericStringStreamRead-only string stream
 CGenericValueRepresents a JSON value. Use Value for UTF8 encoding and default allocator
 CHandlerConcept for receiving events from GenericReader upon parsing. The functions return true if no error occurs. If they return false, the event publisher should terminate the process
 CIGenericRemoteSchemaDocumentProvider
 Cimaxdiv_t
 CMemoryPoolAllocatorDefault memory allocator used by the parser and DOM
 CMemoryStreamRepresents an in-memory input byte stream
 CParseResultResult of parsing (wraps ParseErrorCode)
 CPointNamed point used by Sprite
 CPolygon2dRepresents a polygon. Usually used for collisions masks
 CPrettyWriterWriter with indentation and spacing
 CSchemaValidatingReaderA helper class for parsing with validation
 CStreamConcept for reading and writing characters
 CStreamTraitsProvides additional information for stream
 CStreamTraits< GenericInsituStringStream< Encoding > >
 CStreamTraits< GenericStringStream< Encoding > >
 CTranscoderEncoding conversion
 CTranscoder< Encoding, Encoding >Specialization of Transcoder with same source and target encoding
 CUTF16UTF-16 encoding
 CUTF16BEUTF-16 big endian encoding
 CUTF16LEUTF-16 little endian encoding
 CUTF32UTF-32 encoding
 CUTF32BEUTF-32 big endian encoding
 CUTF32LEUTF-32 little endian enocoding
 CUTF8UTF-8 encoding
 Cutf8proc_property_struct
 CWriterJSON writer