C++ DDF abstraction for interpretive RPC. More...
#include <shibsp/base.h>#include <cstdio>#include <iostream>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... | |
Namespaces | |
| namespace | shibsp |
Shibboleth Service Provider Library. | |
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. | |
C++ DDF abstraction for interpretive RPC.
1.7.1