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

A sequence of Any objects. More...

#include <interfaces.idl>

Inherits std::vector< T >.

List of all members.

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

Detailed Description

A sequence of Any objects.

An AnySeq is useful when the sequence element types need to be determined at runtime.


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