Struct key
Defined in File condition.hpp
Struct Documentation
-
struct key
Class to use in creating conditions, creates a reference to a field or column.
Public Functions
-
inline explicit key(const std::string &itemTag)
Construct a new key object using itemTag as name.
- Parameters
itemTag –
-
inline explicit key(const char *itemTag)
Construct a new key object using itemTag as name.
- Parameters
itemTag –
Public Members
-
std::string m_item_tag
The column name.
-
inline explicit key(const std::string &itemTag)