RTOp Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | Static Private Member Functions | List of all members
RTOpPack::PrimitiveTypeTraits< Scalar, Scalar > Class Template Reference

Specialization where the scalar type is the same as the concrete object type. More...

#include <RTOpPack_Types.hpp>

Public Types

typedef Scalar primitiveType
 

Static Public Member Functions

static int numPrimitiveObjs ()
 
static int numIndexObjs ()
 
static int numCharObjs ()
 
static void extractPrimitiveObjs (const Scalar &obj, const ArrayView< primitiveType > &primitiveObjs, const ArrayView< index_type > &indexObjs, const ArrayView< char > &charObjs)
 
static void loadPrimitiveObjs (const ArrayView< const primitiveType > &primitiveObjs, const ArrayView< const index_type > &indexObjs, const ArrayView< const char > &charObjs, const Ptr< Scalar > &obj)
 

Static Private Member Functions

static void assertInput (const ArrayView< const primitiveType > &primitiveObjs, const ArrayView< const index_type > &indexObjs, const ArrayView< const char > &charObjs)
 

Detailed Description

template<class Scalar>
class RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >

Specialization where the scalar type is the same as the concrete object type.

Definition at line 607 of file RTOpPack_Types.hpp.

Member Typedef Documentation

template<class Scalar >
typedef Scalar RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::primitiveType

Definition at line 610 of file RTOpPack_Types.hpp.

Member Function Documentation

template<class Scalar >
static int RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::numPrimitiveObjs ( )
inlinestatic

Definition at line 612 of file RTOpPack_Types.hpp.

template<class Scalar >
static int RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::numIndexObjs ( )
inlinestatic

Definition at line 614 of file RTOpPack_Types.hpp.

template<class Scalar >
static int RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::numCharObjs ( )
inlinestatic

Definition at line 616 of file RTOpPack_Types.hpp.

template<class Scalar >
static void RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::extractPrimitiveObjs ( const Scalar &  obj,
const ArrayView< primitiveType > &  primitiveObjs,
const ArrayView< index_type > &  indexObjs,
const ArrayView< char > &  charObjs 
)
inlinestatic

Definition at line 618 of file RTOpPack_Types.hpp.

template<class Scalar >
static void RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::loadPrimitiveObjs ( const ArrayView< const primitiveType > &  primitiveObjs,
const ArrayView< const index_type > &  indexObjs,
const ArrayView< const char > &  charObjs,
const Ptr< Scalar > &  obj 
)
inlinestatic

Definition at line 629 of file RTOpPack_Types.hpp.

template<class Scalar >
static void RTOpPack::PrimitiveTypeTraits< Scalar, Scalar >::assertInput ( const ArrayView< const primitiveType > &  primitiveObjs,
const ArrayView< const index_type > &  indexObjs,
const ArrayView< const char > &  charObjs 
)
inlinestaticprivate

Definition at line 640 of file RTOpPack_Types.hpp.


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