namespace Data
Defined in:
The TSData.h
Data
namespace contains functions used to parse the Open Data Description Language (OpenDDL). Many of the functions are also applicable to generic text parsing tasks.
Definition
namespace Terathon { namespace Data {...} }
Member Functions
Data::GetWhitespaceLength |
Returns the number of whitespace characters at the beginning of a text string. |
Data::ReadIdentifier |
Reads an identifier from a text string. |
See Also