Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
struct | serialize< T > |
struct | serialize< std::reference_wrapper< T > > |
class | serializable_t |
Namespaces | |
namespace | adobe |
Functions | |
template<class T> | |
void | ostream_insertion (std::ostream &s, const T &x) |
template<> | |
void | ostream_insertion< bool > (std::ostream &s, const bool &x) |
template<> | |
void | ostream_insertion< double > (std::ostream &s, const double &x) |
std::ostream & | operator<< (std::ostream &s, const serializable_t &x) |