![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
#include <table_doc.hpp>
Public Member Functions | |
| Item (const bool ro_flag=false) | |
| Item (const T &val, const bool ro_flag=false) | |
| const T & | value () const |
| void | setValue (const T &val) |
| virtual ItemType | type () const |
| template<> | |
| TableDoc::ItemType | type () const |
| template<> | |
| Item (const bool ro_flag) | |
| template<> | |
| TableDoc::ItemType | type () const |
| template<> | |
| Item (const bool ro_flag) | |
| template<> | |
| TableDoc::ItemType | type () const |
| template<> | |
| Item (const bool ro_flag) | |
| template<> | |
| TableDoc::ItemType | type () const |
Public Member Functions inherited from hds::TableDoc::AbstractItem | |
| AbstractItem (const bool ro_flag=false) | |
| virtual | ~AbstractItem () |
| bool | readOnly () const |
| void | setReadOnly (const bool ro_flag) |
Any value item.
|
inline |
Default constructor with read only flag provided.
|
inline |
Construct item with value and read only flag provided.
|
inline |
Set item value.
|
inlinevirtual |
Get type of item. Invalid item in common case, supported types will be specialized.
Reimplemented from hds::TableDoc::AbstractItem.
|
inlinevirtual |
Get type of item.
Reimplemented from hds::TableDoc::AbstractItem.
|
inlinevirtual |
Get type of item.
Reimplemented from hds::TableDoc::AbstractItem.
|
inlinevirtual |
Get type of item.
Reimplemented from hds::TableDoc::AbstractItem.
|
inlinevirtual |
Get type of item.
Reimplemented from hds::TableDoc::AbstractItem.
|
inline |
Get item value.
1.8.5