|
COOPY » Guide
version 0.6.5
|
Name of a specific field within a specific table. More...
#include <Patcher.h>
Public Member Functions | |
| TableField () | |
| TableField (const std::string &tableName, const std::string &fieldName, bool invented=false) | |
| std::string | toString () const |
Data Fields | |
| std::string | tableName |
| std::string | fieldName |
| bool | invented |
| coopy::cmp::TableField::TableField | ( | ) | [inline] |
| coopy::cmp::TableField::TableField | ( | const std::string & | tableName, |
| const std::string & | fieldName, | ||
| bool | invented = false |
||
| ) | [inline] |
| std::string coopy::cmp::TableField::toString | ( | ) | const [inline] |
| std::string coopy::cmp::TableField::fieldName |
Definition at line 81 of file Patcher.h.
Referenced by toString().
Definition at line 82 of file Patcher.h.
Referenced by TableField(), and toString().
| std::string coopy::cmp::TableField::tableName |
Definition at line 80 of file Patcher.h.
Referenced by toString().
1.7.4