commore
1.0.6-SNAPSHOT
|
#include <stdio.h>
#include "commore/IOBStream.h"
#include <string.h>
#include <locale.h>
#include <stdlib.h>
#include <ctype.h>
#include "Parser.h"
#include "commore/Tuple.h"
#include "commore/Error.h"
#include "TypeManager.h"
Namespaces | |
commore | |
Functions | |
CMR_FILE_DECLARE () | |
double | cmr_atod (char *buf) |
float | cmr_atof (char *buf) |
Long | cmr_atoll (const AChar *s) |
CMREXD void | DecodeFromUTF8 (const commore::AString &source, commore::String &dest) |
template<class T > | |
long | read_xml_list (XmlParser &i, List< T, CmrListAllocator< T > > &dlist, Types type) |
template<class T > | |
long | read_xml_list_scalar (XmlParser &i, List< T, CmrScalarListAllocator< T > > &dlist, Types type) |
template<class T > | |
long | read_xml_array (XmlParser &i, Array< T, CmrScalarListAllocator< T > > &dlist, Types type) |
double cmr_atod | ( | char * | buf | ) |
float cmr_atof | ( | char * | buf | ) |
CMR_FILE_DECLARE | ( | ) |
CMREXD void DecodeFromUTF8 | ( | const commore::AString & | source, |
commore::String & | dest | ||
) |
long read_xml_array | ( | XmlParser & | i, |
Array< T, CmrScalarListAllocator< T > > & | dlist, | ||
Types | type | ||
) |
long read_xml_list | ( | XmlParser & | i, |
List< T, CmrListAllocator< T > > & | dlist, | ||
Types | type | ||
) |
long read_xml_list_scalar | ( | XmlParser & | i, |
List< T, CmrScalarListAllocator< T > > & | dlist, | ||
Types | type | ||
) |