Public Member Functions |
std::vector< std::string > | gpv (const string &prop) |
std::vector< std::string > * | get_property_value (const string &prop) |
void | set_property_value (const string &IDcomplete, vector< string > propValue) throw (SGFError) |
| This sets propValue as new this->propValue (changed behavior in comparison with version 0.6!)
|
void | add_property_value (const string &IDcomplete, vector< string > propValue) throw (SGFError) |
| adds propValue to this->propValue (and "creates" it if necessary)
|
void | del_property_value (const string &IDcomplete) throw (SGFError) |
vector< string > | keys () |
| Node (Node *prev, char *SGFst) throw (SGFError) |
ExtendedMoveNumber | get_move_number () |
void | parseNode () throw (SGFError) |
Data Fields |
Node * | previous |
Node * | next |
Node * | up |
Node * | down |
int | numChildren |
std::string | SGFstring |
int | parsed |
int | posyD |
int | level |
Static Public Attributes |
static int | sloppy = 1 |
Friends |
class | Cursor |
The documentation for this class was generated from the following files:
- /home/ug/devel/kombilo/lk/sgfparser.h
- /home/ug/devel/kombilo/lk/sgfparser.cpp