CArgParser | Parse the list of arguments passed to a program |
CDataStream< Stream, Mode, T > | Generic DataStream class |
CDataStream< DataStreamIter, DataStreamMode::READ, bool > | How to read bool from a message |
CDataStream< DataStreamIter, DataStreamMode::READ, SIMPLE_TYPE > | How to read SIMPLE_TYPE from a message |
CDataStream< DataStreamIter, DataStreamMode::READ, std::list< T > > | How to write a class in a stream |
CDataStream< DataStreamIter, DataStreamMode::READ, std::map< T, U > > | How to write a class in a stream |
CDataStream< DataStreamIter, DataStreamMode::READ, std::pair< T, U > > | How to write a class in a stream |
CDataStream< DataStreamIter, DataStreamMode::READ, std::string > | Specialisation to read std::string from a message |
CDataStream< DataStreamIter, DataStreamMode::READ, std::vector< T > > | How to write a class in a stream |
CDataStream< DataStreamIter, DataStreamMode::WRITE, bool > | How to write bool in a message |
CDataStream< DataStreamIter, DataStreamMode::WRITE, SIMPLE_TYPE > | How to write SIMPLE_TYPE in a message |
CDataStream< DataStreamIter, DataStreamMode::WRITE, std::list< T > > | How to write a class in a stream |
CDataStream< DataStreamIter, DataStreamMode::WRITE, std::map< T, U > > | How to write a class in a stream |
CDataStream< DataStreamIter, DataStreamMode::WRITE, std::pair< T, U > > | How to write a class in a stream |
CDataStream< DataStreamIter, DataStreamMode::WRITE, std::string > | Specialisation to write std::string into a message |
CDataStream< DataStreamIter, DataStreamMode::WRITE, std::vector< T > > | How to write a class in a stream |
CDataStream< FILE *, DataStreamMode::READ, bool > | How to read bool from a file |
CDataStream< FILE *, DataStreamMode::READ, SIMPLE_TYPE > | How to read SIMPLE_TYPE from a file |
CDataStream< FILE *, DataStreamMode::READ, std::list< T > > | How to write a class in a file |
CDataStream< FILE *, DataStreamMode::READ, std::map< T, U > > | How to write a class in a file |
CDataStream< FILE *, DataStreamMode::READ, std::pair< T, U > > | How to write a class in a file |
CDataStream< FILE *, DataStreamMode::READ, std::string > | Specialisation to read std::string from a file |
CDataStream< FILE *, DataStreamMode::READ, std::vector< SIMPLE_TYPE > > | How to read std::vector SIMPLE_TYPE from a file |
CDataStream< FILE *, DataStreamMode::READ, std::vector< T > > | How to write a class in a file |
CDataStream< FILE *, DataStreamMode::WRITE, bool > | How to write bool in a file |
CDataStream< FILE *, DataStreamMode::WRITE, SIMPLE_TYPE > | How to write SIMPLE_TYPE in a file |
CDataStream< FILE *, DataStreamMode::WRITE, std::list< T > > | How to write a class in a file |
CDataStream< FILE *, DataStreamMode::WRITE, std::map< T, U > > | How to write a class in a file |
CDataStream< FILE *, DataStreamMode::WRITE, std::pair< T, U > > | How to write a class in a file |
CDataStream< FILE *, DataStreamMode::WRITE, std::string > | Specialisation to write std::string into a file |
CDataStream< FILE *, DataStreamMode::WRITE, std::vector< SIMPLE_TYPE > > | How to write vector of SIMPLE_TYPE in a file |
CDataStream< FILE *, DataStreamMode::WRITE, std::vector< T > > | How to write a class in a file |
CDataStream< size_t, DataStreamMode::WRITE, bool > | Specialisation to get the size of a bool |
CDataStream< size_t, DataStreamMode::WRITE, SIMPLE_TYPE > | Specialisation to get the size of a SIMPLE_TYPE |
CDataStream< size_t, DataStreamMode::WRITE, std::list< T > > | How to get size of a class |
CDataStream< size_t, DataStreamMode::WRITE, std::map< T, U > > | How to get size of a class |
CDataStream< size_t, DataStreamMode::WRITE, std::pair< T, U > > | How to get size of a class |
CDataStream< size_t, DataStreamMode::WRITE, std::string > | Specialisation to get the size of a std::string |
CDataStream< size_t, DataStreamMode::WRITE, std::vector< T > > | How to get size of a class |
CDataStream< Stream, DataStreamMode::READ, ShadokType::ShadokType > | Generic ShadokType deserialisation, load and size function for a ShadokType::ShadokType |
CDataStream< Stream, DataStreamMode::WRITE, ShadokType::ShadokType > | Generic ShadokType serialisation, save and size function for a ShadokType::ShadokType |
CDataStream< Stream, Mode, Shadok > | Generic Shadok serialisation/deserialisation function |
CDicoValue | Dictionnary of values |
COption | Describes an option passed to a program |
COptionMode | Describe a mode in the program arguments |
COptionParser | Parse the options passed to a program |
COptionValue | Describe the value of an option passed to a program |
CPFileParser | Classe qui permet de parser des fichiers texte en renvoyant les tokens les uns après les autres |
CPLayer | Get the begin and end slide for current layer |
CPLocation | Classe qui permet de décrire une localisation, avec un nom de fichier et une ligne |
CPLog | Phoenix Logger |
▼CPMultiFileParser | Class used to parse file with possibility of inclusion |
CConfigParser | Parse the configuration a create the vector of sources |
CPNestedCall | Class used to parse nested call variables |
CPNestedStr | Nested string or variable call |
CPOutoutMode | Output mode of the html backend |
CPParseCmd | Parser command |
CPParseSeq | Parsing sequence |
CPParseStep | Describes a parsing step |
CPStream | Deal with binary stream |
CPXml | Class used to parse xml |
CPXmlAttr | Attribute from xml |
CShadok | Test class for the data_stream automatic api |
▼Cstd::string | |
▼CPString | Extends the std::string |
CPPath | Path of a directory or a file |