Cyclone ISO C++ API Reference Guide
dds::core Namespace Reference

Namespaces

 cond
 
 policy
 
 status
 

Classes

class  AlreadyClosedError
 Exception: The object target of this operation has already been closed. More...
 
struct  array
 A standard container for storing a fixed size sequence of elements. More...
 
class  Duration
 
class  Entity
 This class is the abstract base class for all the DCPS objects. More...
 
class  EntityQos
 QoS Container. More...
 
class  Error
 Exception: Generic, unspecified error. More...
 
class  Exception
 Exception: base class for specified DDS Exceptions. More...
 
class  IllegalOperationError
 Exception: An operation was invoked on an inappropriate object or at an inappropriate time. More...
 
class  ImmutablePolicyError
 Exception: Application attempted to modify an immutable QosPolicy. More...
 
class  InconsistentPolicyError
 Exception: Application specified a set of policies that are not consistent with each other. More...
 
class  InstanceHandle
 Class to hold the handle associated with in sample instance. More...
 
class  InvalidArgumentError
 Exception: Application is passing an invalid argument. More...
 
class  InvalidDataError
 Exception: Application provided invalid data More...
 
class  InvalidDowncastError
 Exception: Application has attempted to cast incompatible types. More...
 
class  NotEnabledError
 Exception: Operation invoked on an Entity that is not yet enabled. More...
 
class  null_type
 This class is used to create dds::core::null objects. More...
 
class  NullReferenceError
 Exception: Application used a null reference. More...
 
class  optional
 
class  OutOfResourcesError
 Exception: Service ran out of the resources needed to complete the operation. More...
 
class  PreconditionNotMetError
 Exception: A pre-condition for the operation was not met. More...
 
class  QosProvider
 The QosProvider API allows users to specify the QoS settings of their DCPS entities outside of application code in XML. More...
 
class  Reference
 Base class for reference-counted objects. More...
 
class  safe_enum
 
class  Time
 
class  TimeoutError
 Exception: The operation timed out. More...
 
class  tuple_element
 tuple_element More...
 
struct  tuple_element< _Int, array< _Tp, _Nm > >
 
class  tuple_size
 
struct  tuple_size< array< _Tp, _Nm > >
 
class  UnsupportedError
 Exception: Unsupported operation. More...
 
class  Value
 This class is the base for various value-type dds objects. More...
 
class  WeakReference
 The WeakReference class enables you to maintain a weak reference to a DDS reference type. More...
 

Typedefs

typedef std::vector< uint8_t > ByteSeq
 
typedef std::vector< std::string > StringSeq
 

Functions

template<typename T >
T::const_iterator begin (const T &t)
 
template<typename T >
T::iterator begin (T &t)
 
template<typename T >
T::const_iterator end (const T &t)
 
template<typename T >
T::iterator end (T &t)
 
template<std::size_t _Int, typename _Tp , std::size_t _Nm>
_Tp & get (array< _Tp, _Nm > &__arr)
 
template<std::size_t _Int, typename _Tp , std::size_t _Nm>
const _Tp & get (const array< _Tp, _Nm > &__arr)
 
template<typename _Tp , std::size_t _Nm>
bool operator!= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
 
const Duration operator* (const Duration &lhs, uint64_t rhs)
 
const Duration operator* (uint64_t lhs, const Duration &rhs)
 
const Duration operator/ (const Duration &lhs, uint64_t rhs)
 
template<typename _Tp , std::size_t _Nm>
bool operator< (const array< _Tp, _Nm > &__a, const array< _Tp, _Nm > &__b)
 
template<typename _Tp , std::size_t _Nm>
bool operator<= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
 
template<typename _Tp , std::size_t _Nm>
bool operator== (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
 
template<typename _Tp , std::size_t _Nm>
bool operator> (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
 
template<typename _Tp , std::size_t _Nm>
bool operator>= (const array< _Tp, _Nm > &__one, const array< _Tp, _Nm > &__two)
 

Variables

const int32_t LENGTH_UNLIMITED = -1
 

Typedef Documentation

◆ ByteSeq

typedef std::vector<uint8_t> dds::core::ByteSeq

Use a std::vector<uint8_t> to hold a sequence of bytes.

Definition at line 38 of file types.hpp.

◆ StringSeq

typedef std::vector<std::string> dds::core::StringSeq

Use a std::vector<std::string> to hold a sequence of bytes.

Definition at line 43 of file types.hpp.

Function Documentation

◆ begin() [1/2]

template<typename T >
T::const_iterator dds::core::begin ( const T &  t)

Definition at line 44 of file array.hpp.

◆ begin() [2/2]

template<typename T >
T::iterator dds::core::begin ( T &  t)

Definition at line 34 of file array.hpp.

◆ end() [1/2]

template<typename T >
T::const_iterator dds::core::end ( const T &  t)

Definition at line 49 of file array.hpp.

◆ end() [2/2]

template<typename T >
T::iterator dds::core::end ( T &  t)

Definition at line 39 of file array.hpp.

◆ get() [1/2]

template<std::size_t _Int, typename _Tp , std::size_t _Nm>
_Tp& dds::core::get ( array< _Tp, _Nm > &  __arr)
inline

Definition at line 332 of file array.hpp.

◆ get() [2/2]

template<std::size_t _Int, typename _Tp , std::size_t _Nm>
const _Tp& dds::core::get ( const array< _Tp, _Nm > &  __arr)
inline

Definition at line 339 of file array.hpp.

◆ operator!=()

template<typename _Tp , std::size_t _Nm>
bool dds::core::operator!= ( const array< _Tp, _Nm > &  __one,
const array< _Tp, _Nm > &  __two 
)
inline

Definition at line 274 of file array.hpp.

◆ operator*() [1/2]

const Duration dds::core::operator* ( const Duration lhs,
uint64_t  rhs 
)

Multiply Duration by a factor

Parameters
lhsDuration to multiply
rhsfactor by which to multiply
Returns
Duration * factor

◆ operator*() [2/2]

const Duration dds::core::operator* ( uint64_t  lhs,
const Duration rhs 
)

Multiply Duration by a factor

Parameters
lhsfactor by which to multiply
rhsDuration to multiply
Returns
factor * Duration

◆ operator/()

const Duration dds::core::operator/ ( const Duration lhs,
uint64_t  rhs 
)

Divide Duration by a factor

Parameters
lhsDuration to divide
rhsfactor by which to divide

◆ operator<()

template<typename _Tp , std::size_t _Nm>
bool dds::core::operator< ( const array< _Tp, _Nm > &  __a,
const array< _Tp, _Nm > &  __b 
)
inline

Definition at line 281 of file array.hpp.

◆ operator<=()

template<typename _Tp , std::size_t _Nm>
bool dds::core::operator<= ( const array< _Tp, _Nm > &  __one,
const array< _Tp, _Nm > &  __two 
)
inline

Definition at line 296 of file array.hpp.

◆ operator==()

template<typename _Tp , std::size_t _Nm>
bool dds::core::operator== ( const array< _Tp, _Nm > &  __one,
const array< _Tp, _Nm > &  __two 
)
inline

Definition at line 267 of file array.hpp.

◆ operator>()

template<typename _Tp , std::size_t _Nm>
bool dds::core::operator> ( const array< _Tp, _Nm > &  __one,
const array< _Tp, _Nm > &  __two 
)
inline

Definition at line 289 of file array.hpp.

◆ operator>=()

template<typename _Tp , std::size_t _Nm>
bool dds::core::operator>= ( const array< _Tp, _Nm > &  __one,
const array< _Tp, _Nm > &  __two 
)
inline

Definition at line 303 of file array.hpp.

Variable Documentation

◆ LENGTH_UNLIMITED

const int32_t dds::core::LENGTH_UNLIMITED = -1

Definition at line 27 of file LengthUnlimited.hpp.