PaCO++  0.05
ids_t Class Reference

#include <BasicBCIdl.h>

Inheritance diagram for ids_t:
Inheritance graph
Collaboration diagram for ids_t:
Collaboration graph

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

◆ _var_type

Definition at line 66 of file BasicBCIdl.h.

Constructor & Destructor Documentation

◆ ids_t() [1/4]

ids_t::ids_t ( )
inline

Definition at line 67 of file BasicBCIdl.h.

Referenced by ids_t_var::ids_t_var(), and ids_t_var::operator=().

67 {}

◆ ids_t() [2/4]

ids_t::ids_t ( const ids_t _s)
inline

Definition at line 68 of file BasicBCIdl.h.

69  : _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > (_s) {}

◆ ids_t() [3/4]

ids_t::ids_t ( _CORBA_ULong  _max)
inline

Definition at line 71 of file BasicBCIdl.h.

72  : _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > (_max) {}

◆ ids_t() [4/4]

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.

74  : _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > (_max, _len, _val, _rel) {}

Member Function Documentation

◆ operator=()

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

Definition at line 78 of file BasicBCIdl.h.

78  {
79  _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::ULong, 4, 4 > ::operator=(_s);
80  return *this;
81  }

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