Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
A sequence of Any objects. More...
#include <interfaces.idl>
Inherits std::vector< T >.
Public Types | |
typedef std::vector < Rapicorn::Aida::Any > | Sequence |
Public Member Functions | |
reference | append_back () |
Append data at the end, returns write reference to data. | |
std::string | __aida_type_name__ () const |
Rapicorn::Aida::TypeCode | __aida_type_code__ () const |
Public Attributes | |
Any | vany |
A sequence of Any objects.
An AnySeq is useful when the sequence element types need to be determined at runtime.