#include <shibsp/base.h>
#include <cstdio>
#include <iostream>
Namespaces | |
namespace | shibsp |
Classes | |
class | shibsp::DDF |
DDF objects are implemented with a handle-body idiom and require explicit destruction in order to allow stack objects to be freely mixed in structures with heap objects. More... | |
class | shibsp::DDFJanitor |
A "smart pointer" for disposing of DDF objects when they leave scope. More... | |
Functions | |
std::ostream & | shibsp::operator<< (std::ostream &os, const DDF &obj) |
Serializes a DDF object to a stream. | |
std::istream & | shibsp::operator>> (std::istream &is, DDF &obj) |
Reconstitutes a DDF object from a stream. |