|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>

Public Types | |
| typedef ConstValueTypeSerializationBufferImp < Ordinal, T, Serializer > | Base |
Public Member Functions | |
| ConstValueTypeSerializationBuffer (const Ordinal count, const T buffer[], const RCP< const Serializer > &serializer) | |
Serialize to an internally stored char[] buffer. | |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array.
Definition at line 433 of file Teuchos_SerializationTraitsHelpers.hpp.
| typedef ConstValueTypeSerializationBufferImp<Ordinal,T,Serializer> Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T, Serializer >::Base |
Definition at line 436 of file Teuchos_SerializationTraitsHelpers.hpp.
| Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T, Serializer >::ConstValueTypeSerializationBuffer | ( | const Ordinal | count, |
| const T | buffer[], | ||
| const RCP< const Serializer > & | serializer | ||
| ) | [inline] |
Serialize to an internally stored char[] buffer.
Definition at line 438 of file Teuchos_SerializationTraitsHelpers.hpp.
1.7.6.1