PaCO++
0.05
|
#include <BasicBCIdl.h>
Public Types | |
typedef ids_t_var | _var_type |
Public Member Functions | |
ids_t () | |
ids_t (const ids_t &_s) | |
ids_t (_CORBA_ULong _max) | |
ids_t (_CORBA_ULong _max, _CORBA_ULong _len, CORBA::ULong *_val, _CORBA_Boolean _rel=0) | |
ids_t & | operator= (const ids_t &_s) |
Definition at line 64 of file BasicBCIdl.h.
typedef ids_t_var ids_t::_var_type |
Definition at line 66 of file BasicBCIdl.h.
ids_t::ids_t | ( | ) | [inline] |
Definition at line 67 of file BasicBCIdl.h.
{}
ids_t::ids_t | ( | const ids_t & | _s | ) | [inline] |
Definition at line 68 of file BasicBCIdl.h.
: _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > (_s) {}
ids_t::ids_t | ( | _CORBA_ULong | _max | ) | [inline] |
Definition at line 71 of file BasicBCIdl.h.
: _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > (_max) {}
ids_t::ids_t | ( | _CORBA_ULong | _max, |
_CORBA_ULong | _len, | ||
CORBA::ULong * | _val, | ||
_CORBA_Boolean | _rel = 0 |
||
) | [inline] |
Definition at line 73 of file BasicBCIdl.h.
: _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > (_max, _len, _val, _rel) {}
Definition at line 78 of file BasicBCIdl.h.
{ _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > ::operator=(_s); return *this; }