DSQSS
1.1
|
#include <xml.h>
Public メソッド | |
void | initialize (string *word, const string &name="") |
void | initialize (const string &FNAME, const string &name="") |
Block () | |
Block (const string &FNAME, const string &BNAME="") | |
~Block () | |
const int & | NumberOfBlocks () const |
const int & | NumberOfValues () const |
string | getJoinedString () |
const string & | getName () const |
bool | syntax_error () |
void | read () |
int | getInteger (const int i=0) |
double | getDouble (const int i=0) |
string & | getString (const int i=0) |
Block & | getElement (const int i) |
Block & | getElement (const string &name) |
Block & | getElement (const string &name, const string &idkey, const int id) |
Block & | operator[] (const int &i) |
Block & | operator[] (const string &name) |
void | dump (const string &prompt="") |
Private 変数 | |
string | Name |
string * | Word |
string | Open |
string | Close |
int | NB |
Array< Block > | SubBlock |
int | NV |
Array< string > | Value |
Block | ( | const string & | FNAME, |
const string & | BNAME = "" |
||
) | [inline] |
Block & getElement | ( | const int | i | ) | [inline] |
Block & getElement | ( | const string & | name | ) | [inline] |
Block & getElement | ( | const string & | name, |
const string & | idkey, | ||
const int | id | ||
) | [inline] |
int getInteger | ( | const int | i = 0 | ) | [inline] |
string getJoinedString | ( | ) | [inline] |
void initialize | ( | string * | word, |
const string & | name = "" |
||
) | [inline] |
void initialize | ( | const string & | FNAME, |
const string & | name = "" |
||
) |
const int& NumberOfBlocks | ( | ) | const [inline] |
const int& NumberOfValues | ( | ) | const [inline] |
bool syntax_error | ( | ) | [inline] |