1 #ifndef OPENDDS_DCPS_SAFETYPROFILESEQUENCEVAR_H 2 #define OPENDDS_DCPS_SAFETYPROFILESEQUENCEVAR_H 6 namespace SafetyProfile {
17 typedef typename T::subscript_type
T_elem;
73 _retn_type
ptr()
const 96 return (*
ptr_)[index];
101 return (*
ptr_)[index];
Parametrized implementation of var class for sequences.
SequenceVar(const SequenceVar< T > &p)
T_const_elem operator[](CORBA::ULong index) const
T::const_subscript_type T_const_elem
const T * operator->() const
The Internal API and Implementation of OpenDDS.
T_elem operator[](CORBA::ULong index)
SequenceVar & operator=(T *p)