COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::cmp::TableField Class Reference

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

Detailed Description

Name of a specific field within a specific table.

Definition at line 78 of file Patcher.h.


Constructor & Destructor Documentation

coopy::cmp::TableField::TableField ( ) [inline]

Definition at line 84 of file Patcher.h.

References invented.

coopy::cmp::TableField::TableField ( const std::string &  tableName,
const std::string &  fieldName,
bool  invented = false 
) [inline]

Definition at line 88 of file Patcher.h.


Member Function Documentation

std::string coopy::cmp::TableField::toString ( ) const [inline]

Definition at line 95 of file Patcher.h.

References fieldName, invented, and tableName.

Referenced by stringer_encoder().


Field Documentation

Definition at line 81 of file Patcher.h.

Referenced by toString().

Definition at line 82 of file Patcher.h.

Referenced by TableField(), and toString().

Definition at line 80 of file Patcher.h.

Referenced by toString().


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines