|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_SerializationTraits.hpp"#include "Teuchos_ArrayView.hpp"#include "Teuchos_Array.hpp"

Go to the source code of this file.
Classes | |
| class | Teuchos::DefaultSerializer< Ordinal, T > |
| A class for instantiating a default serialization object. More... | |
| class | Teuchos::ValueTypeSerializationBufferImp< Ordinal, T, Serializer, direct > |
Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More... | |
| class | Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, direct > |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array. More... | |
| class | Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, direct > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, direct > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ValueTypeSerializationBufferImp< Ordinal, T, Serializer, true > |
Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More... | |
| class | Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, true > |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array. More... | |
| class | Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, true > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ValueTypeSerializationBufferImp< Ordinal, T, Serializer, false > |
Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More... | |
| class | Teuchos::ConstValueTypeSerializationBufferImp< Ordinal, T, Serializer, false > |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array. More... | |
| class | Teuchos::ValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ConstValueTypeDeserializationBufferImp< Ordinal, T, Serializer, false > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ValueTypeSerializationBuffer< Ordinal, T, Serializer > |
Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More... | |
| class | Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T, Serializer > |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array. More... | |
| class | Teuchos::ValueTypeDeserializationBuffer< Ordinal, T, Serializer > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, Serializer > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ValueTypeSerializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > |
Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More... | |
| class | Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array. More... | |
| class | Teuchos::ValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
| class | Teuchos::ConstValueTypeDeserializationBuffer< Ordinal, T, typename DefaultSerializer< Ordinal, T >::DefaultSerializerType > |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
Namespaces | |
| namespace | Teuchos |
1.7.6.1