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::StringSeq Struct Reference

A sequence of strings (in C++ of std::string). More...

#include <interfaces.idl>

Inherits std::vector< T >.

List of all members.

Public Types

typedef std::vector< std::string > 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
 StringSeq (const std::vector< std::string > &strv)

Public Attributes

String strings

Detailed Description

A sequence of strings (in C++ of std::string).


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