| get(std::string name) | ConfigSection | [inline] |
| getItem(std::string name) | ConfigSection | |
| getMatrixDouble(std::string name) | ConfigSection | |
| getVector3d(std::string name) | ConfigSection | |
| load(std::string &content) | ConfigSection | |
| save(std::ofstream &file) | ConfigSection | |
| setItem(std::string name, T value) | ConfigSection | [inline] |
| setItem(std::string name, std::string value) | ConfigSection | |
| setMatrixDouble(std::string name, Matrix< double > &matrix) | ConfigSection | |
| setVector3d(std::string name, Vector3d &value) | ConfigSection | |
| unsetItem(std::string name) | ConfigSection | |
| ~ConfigSection() | ConfigSection |
1.5.7.1