DACE 2.0 API Manual
Differential Algebra Core Engine
|
#include <dace/DA.h>
Public Member Functions | |
storedDA (const DA &da) | |
Constructor from a DA. More... | |
storedDA (const std::vector< char > &data) | |
Constructor from binary data. More... | |
storedDA (std::istream &is) | |
Constructor from stream. More... | |
bool | isValid () const |
Is the data a valid DACE blob. More... | |
operator DA () const | |
Cast to DA. More... | |
operator std::string () const | |
Cast to std::string. More... | |
Friends | |
DACE_API std::ostream & | operator<< (std::ostream &out, const storedDA &sda) |
Output to C++ stream in binary form. More... | |
DACE::storedDA::storedDA | ( | const std::vector< char > & | data | ) |
Constructor from binary data.
DACE::storedDA::storedDA | ( | std::istream & | is | ) |
Constructor from stream.
bool DACE::storedDA::isValid | ( | ) | const |
Is the data a valid DACE blob.
DACE::storedDA::operator std::string | ( | ) | const |
Cast to std::string.
Output to C++ stream in binary form.