#include <string>#include <vector>Include dependency graph for EpetraExt_PackTraits.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
Classes | |
| struct | EpetraExt::PackTraits< T > |
| Traits for packing and unpacking of data into char buffers for communication. More... | |
| struct | EpetraExt::PackTraits< std::string > |
Full specialization of PackTraits for std::string. More... | |
| struct | EpetraExt::PackTraits< std::vector< T > > |
Partial specialization of PackTraits for std::vector<> containing a primitive type. More... | |
1.3.9.1