Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_SerializationTraits.hpp>
Additional Inherited Members | |
![]() | |
static Ordinal | fromCountToDirectBytes (const Ordinal count) |
static char * | convertToCharPtr (std::pair< P1, P2 > *ptr) |
static const char * | convertToCharPtr (const std::pair< P1, P2 > *ptr) |
static Ordinal | fromDirectBytesToCount (const Ordinal count) |
static std::pair< P1, P2 > * | convertFromCharPtr (char *ptr) |
static const std::pair< P1, P2 > * | convertFromCharPtr (const char *ptr) |
static Ordinal | fromCountToIndirectBytes (const Ordinal count, const std::pair< P1, P2 >buffer[]) |
static void | serialize (const Ordinal count, const std::pair< P1, P2 >buffer[], const Ordinal bytes, char charBuffer[]) |
static Ordinal | fromIndirectBytesToCount (const Ordinal bytes, const char charBuffer[]) |
static void | deserialize (const Ordinal bytes, const char charBuffer[], const Ordinal count, std::pair< P1, P2 >buffer[]) |
![]() | |
static const bool | supportsDirectSerialization |
Definition at line 395 of file Teuchos_SerializationTraits.hpp.