|
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) |
|
|
Node * | previous |
|
Node * | next |
|
Node * | up |
|
Node * | down |
|
int | numChildren |
|
std::string | SGFstring |
|
int | parsed |
|
int | posyD |
|
int | level |
|
The documentation for this class was generated from the following files:
- /home/ug/devel/kombilo-py-dev/kombilo/libkombilo/sgfparser.h
- /home/ug/devel/kombilo-py-dev/kombilo/libkombilo/sgfparser.cpp