Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Teuchos::SerializationTraits< Ordinal, std::pair< P1, P2 > > Class Template Reference

#include <Teuchos_SerializationTraits.hpp>

Inheritance diagram for Teuchos::SerializationTraits< Ordinal, std::pair< P1, P2 > >:
Inheritance graph
[legend]

Additional Inherited Members

- Static Public Member Functions inherited from Teuchos::DirectSerializationTraits< Ordinal, std::pair< P1, P2 > >
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 Public Attributes inherited from Teuchos::DirectSerializationTraits< Ordinal, std::pair< P1, P2 > >
static const bool supportsDirectSerialization
 

Detailed Description

template<typename Ordinal, typename P1, typename P2>
class Teuchos::SerializationTraits< Ordinal, std::pair< P1, P2 > >

Definition at line 427 of file Teuchos_SerializationTraits.hpp.


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