Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Rapicorn::Aida::Any::Field Struct Reference

Any::Field is an Any with a std::string name attached. More...

#include <aida.hh>

Inherits Rapicorn::Aida::Any.

List of all members.

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.

Detailed Description

Any::Field is an Any with a std::string name attached.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines