Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Any::Field is an Any with a std::string name attached. More...
#include <aida.hh>
Inherits Rapicorn::Aida::Any.
Public Member Functions | |
AnyField () | |
Default initialize Any::Field. | |
AnyField (const String &name, const Any &any) | |
Initialize Any::Field with name and an any value. | |
template<class V > | |
AnyField (const String &name, const V &value) | |
Initialize Any::Field with a value convertible to an Any. | |
Public Attributes | |
String | name |
The name of this Any::Field, as used in e.g. RECORD types. |
Any::Field is an Any with a std::string name attached.