Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_SerializerHelpers.hpp File Reference
#include "Teuchos_Serializer.hpp"
#include "Teuchos_Array.hpp"
Include dependency graph for Teuchos_SerializerHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::ReferenceTypeSerializationBuffer< Ordinal, T >
 Encapsulate how an array of non-const objects with reference sematics is serialized into a char[] array and deserialized again. More...
 
class  Teuchos::ConstReferenceTypeSerializationBuffer< Ordinal, T >
 Encapsulate how an array of const objects with reference sematics is serialized into a char[] array. More...
 
class  Teuchos::ReferenceTypeDeserializationBuffer< Ordinal, T >
 Encapsulate how an array of non-const objects with reference sematics is deserialized from a char[] array and then serialized back into the char[] buffer again. More...
 
class  Teuchos::ConstReferenceTypeDeserializationBuffer< Ordinal, T >
 Encapsulate how an array of onst objects with reference sematics is deserialized from a char[] array with memory being automatically freed at destruction time. More...
 

Namespaces

 Teuchos