PaCO++  0.05
ids_t Class Reference

#include <BasicBCIdl.h>

List of all members.

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_toperator= (const ids_t &_s)

Detailed Description

Definition at line 64 of file BasicBCIdl.h.


Member Typedef Documentation

Definition at line 66 of file BasicBCIdl.h.


Constructor & Destructor Documentation

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) {}

Member Function Documentation

ids_t& ids_t::operator= ( const ids_t _s) [inline]

The documentation for this class was generated from the following file: