CMS 3D CMS Logo

Public Member Functions | Public Attributes

Primitive Struct Reference

List of all members.

Public Member Functions

bool operator== (const std::type_info &other) const

Public Attributes

ReadArrayFn_t readArrayFn
const std::type_info & type
WriteArrayFn_t writeArrayFn

Detailed Description

Definition at line 25 of file TBufferBlobStreamingService.cc.


Member Function Documentation

bool Primitive::operator== ( const std::type_info &  other) const [inline]

Definition at line 30 of file TBufferBlobStreamingService.cc.

        { return type == other; }

Member Data Documentation

const std::type_info& Primitive::type

Definition at line 26 of file TBufferBlobStreamingService.cc.