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

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