#include "Teuchos_SerializationTraits.hpp"
#include "Teuchos_ArrayView.hpp"
Go to the source code of this file.
Classes | |
class | Teuchos::ValueTypeSerializationBuffer< Ordinal, T > |
Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More... | |
class | Teuchos::ConstValueTypeSerializationBuffer< Ordinal, T > |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array. More... | |
class | Teuchos::ValueTypeDeserializationBuffer< Ordinal, T > |
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 > |
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 |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. |