![]() |
Ark Server API (ASA) - Wiki
|
#include <Fields.h>
Public Member Functions | |
| DataValue (const std::string &field_name) | |
| T & | operator() () const |
| DataValue & | operator= (const T &other) |
| T & | Get () const |
| void | Set (const T &other) |
Private Attributes | |
| T * | value_ |