42 #ifndef TPETRA_PACKABLE_FWD_HPP 43 #define TPETRA_PACKABLE_FWD_HPP 45 #include "Tpetra_Details_DefaultTypes.hpp" 60 #ifndef DOXYGEN_SHOULD_SKIP_THIS 62 template <
class PK,
class LO>
class Packable;
63 #endif // DOXYGEN_SHOULD_SKIP_THIS 68 template<
class Packet,
74 #endif // TPETRA_PACKABLE_FWD_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
Classes::Packable< Packet, LocalOrdinal > Packable
Alias for Tpetra::Classes::Packable.
Abstract base class for objects that can be the source of an Import or Export operation, and that also know how to pack their data to send to the target object.
int local_ordinal_type
Default value of Scalar template parameter.