| |
libFAUDES
Sections
Index
|
faudes::Token Class Reference#include <token.h>
Detailed DescriptionTokens model atomic data for stream IO.A Token models a string or numeric datum that can be read from a or written to a C++ stream. The class itself implements the representation of the data including its type. For section handling and actual file processing see TokenReader and TokenWriter.
Member Enumeration DocumentationToken types:.
Constructor & Destructor Documentation
Empty constructor, constructs None token.
Copy constructor.
Token destructor.
Member Function Documentation
Initialize None token.
Initialize Binary token. This method allocates a copy of the data. For writing only, you may use the TokenWriter interface to avoid the local copy.
Get integer value of a numeric token.
Get string value of a name token.
Write specified binary data as base64 string to output stream.
Write a std::string value to an output stream.
Write my binary data as base64 string to output stream.
Read a number from an input file stream.
Read a base64 binary string from an input file stream.
Read a std::string value from an input file stream.
Read (ignore) spaces and comments in an input file stream.
Member Data Documentation
Token type.
The documentation for this class was generated from the following files: |
libFAUDES 2.13a c++ source docu by doxygen 1.5.6