RTI Connext Traditional C++ API Version 7.3.0
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NconnextNamespace for Connext
 CAlreadyDeletedExceptionThe object target of this operation has already been deleted
 CBadParameterExceptionIllegal parameter value
 CIllegalOperationExceptionThe operation was called under improper circumstances
 CImmutablePolicyExceptionApplication attempted to modify an immutable QoS policy
 CInconsistentPolicyExceptionApplication specified a set of QoS policies that are not consistent with each other
 CIsInvalidSamplePredicatePredicate-class to determine if a sample contains invalid data
 CIsReplyRelatedPredicatePredicate-class to match replies by their related request
 CIsValidSamplePredicatePredicate-class to determine if a sample contains valid data
 CLoanedSamplesProvides access to a collection of middleware-loaned samples
 CLoanMementoA simple value-type for the internal representation of the a LoanedSamples object
 CLogicExceptionBase class of all RTI Connext exceptions caused by a logic error
 CMessagingLibraryVersionThe Connext Messaging Library version
 CMessagingVersionThe Connext Messaging version
 CNotEnabledExceptionOperation invoked on a DDSEntity that is not yet enabled
 COutOfResourcesExceptionRTI Connext ran out of the resources needed to complete the operation
 CPreconditionNotMetExceptionA pre-condition for the operation was not met
 CReplierAllows receiving requests and sending replies
 CReplierListenerCalled when a connext::Replier has new available requests
 CReplierParamsContains the parameters for creating a connext::Replier
 CRequesterAllows sending requests and receiving replies
 CRequesterParamsContains the parameters for creating a connext::Requester
 CRuntimeExceptionGeneric, unspecified error
 CSampleA data sample and related info received from the middleware
 CSampleIteratorSTL-compliant random-access iterator for SampleRef<T>
 CSampleRefA data sample and related information received from the middleware
 CSimpleReplierA callback-based replier
 CSimpleReplierListenerThe listener called by a SimpleReplier
 CSimpleReplierParamsContains the parameters for creating a connext::SimpleReplier
 CTimeoutExceptionThe operation timed out (does not apply to wait or receive operations)
 CUnsupportedExceptionUnsupported operation
 CWriteSampleA sample for writing data
 CWriteSampleRefA reference to a data sample for writing
 NrtiThe RTI namespace
 Nflat<<extension>> Support for FlatData Topic-Types
 CAbstractAlignedListBase class of Offsets to sequences and arrays of non-primitive members
 CAbstractBuilderBase class of all Builders
 CAbstractListBuilderBase class of all array and sequence builders
 CAbstractPrimitiveListBase class for Offsets to sequences and arrays of primitive types
 CAbstractSequenceBuilderBase class of Builders for sequence members
 CAggregationBuilderBase class of struct and union builders
 CFinalAlignedArrayOffsetOffset to an array of final elements
 CFinalArrayOffsetOffset to an array of final elements
 CFinalOffsetThe base class of all Offsets to a final struct type
 CFinalSequenceBuilderBuilds a sequence member of fixed-size elements
 Cflat_type_traitsGiven a Sample, an Offset or a Builder, it allows obtaining the other types
 CMutableArrayBuilderBuilds an array member of variable-size elements
 CMutableArrayOffsetOffset to an array of variable-size elements
 CMutableOffsetThe base class of all Offsets to a final struct type
 CMutableSequenceBuilderBuilds a sequence member of variable-size elements
 COffsetBaseBase class of all Offset types
 CPrimitiveArrayOffsetOffset to an array of primitive elements
 CPrimitiveConstOffsetA const Offset to an optional primitive member
 CPrimitiveOffsetAn Offset to an optional primitive member
 CPrimitiveSequenceBuilderBuilds a sequence of primitive members
 CPrimitiveSequenceOffsetOffset to a sequence of primitive elements
 CSampleThe generic definition of FlatData topic-types
 CSequenceIteratorIterator for collections of Offsets
 CSequenceOffsetOffset to a sequence of non-primitive elements
 CStringBuilderBuilds a string
 CStringOffsetOffset to a string
 CUnionBuilderBase class of builders for user-defined mutable unions