muMECH  1.0
Namespaces | Functions
tixy2.cpp File Reference
#include "tixy2.h"
#include "librw.h"

Go to the source code of this file.

Namespaces

 gelibspace
 

Functions

bool gelibspace::ST_scan_number (Stream *src, int &dest)
 

*** *** *** *** TINYXML FCE *** *** *** ***


More...
 
bool gelibspace::ST_scan_number (Stream *src, long &dest)
 
bool gelibspace::ST_scan_number (Stream *src, double &dest)
 
bool gelibspace::ST_scan_array (Stream *src, int n, int *dest)
 scan/copy array of numbers from src to dest, src pointer is shifted over the field More...
 
bool gelibspace::ST_scan_array (Stream *src, int n, long *dest)
 
bool gelibspace::ST_scan_array (Stream *src, int n, double *dest)
 
bool gelibspace::ST_scan_expected_number (Stream *src, long expctd)
 ... number and compare with expected one More...
 
long gelibspace::GP_scan_line (Stream *stream, char *dest)
 ... line; return value is length of the line More...
 
long gelibspace::GP_scan_line_alloc (Stream *stream, char *&dest)
 ... line; return value is length of the line; dest is NULL and allocated here More...
 
long gelibspace::GP_scan_line_alloc_skip_commented (Stream *stream, char *&dest)
 
long gelibspace::GP_scan_word (Stream *stream, char *dest)
 ... word; return value is length of the word More...
 
const XMLElementgelibspace::XP_give_unique_expected_elem (const XMLNode *xelem, const char *name, bool uniq)
 
void gelibspace::XP_check_expected_attribute (const XMLNode *xelem, const char *name, const char *value)
 
const char * gelibspace::XP_giveDAtext (const XMLNode *xelem, int n, bool last, const char *format, const char *type, const char *name, int *noc)