Struct Ase::ValueField
ClassList > Ase > ValueField
Public Attributes
Type | Name |
---|---|
std::string | name |
ValueP | value |
Public Functions
Type | Name |
---|---|
ValueField () |
|
ValueField (const String & nam, const Value & val) |
|
ValueField (const String & nam, Value && val) |
|
ValueField (const String & nam, ValueP val) |
|
bool | operator!= (const ValueField & other) const |
bool | operator== (const ValueField & other) const |
Public Attributes Documentation
variable name
std::string Ase::ValueField::name;
variable value
ValueP Ase::ValueField::value;
Public Functions Documentation
function ValueField [1/4]
Ase::ValueField::ValueField ()
function ValueField [2/4]
Ase::ValueField::ValueField (
const String & nam,
const Value & val
)
function ValueField [3/4]
Ase::ValueField::ValueField (
const String & nam,
Value && val
)
function ValueField [4/4]
Ase::ValueField::ValueField (
const String & nam,
ValueP val
)
function operator!=
inline bool Ase::ValueField::operator!= (
const ValueField & other
) const
function operator==
inline bool Ase::ValueField::operator== (
const ValueField & other
) const
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/value.hh