#include <string>
#include <list>
#include <map>
#include <iostream>
Go to the source code of this file.
Classes | |
class | s11n::plugin::path_finder |
path_finder searches for keys using a set of prefixes (paths) and suffixes (file extensions). More... | |
Namespaces | |
namespace | s11n |
The s11n serialization (s11n) framework is an object serialization framework for C++ modelled heavily off work by Rusty Ballinger (bozo@users.sourceforge.net http://libfunutil.sourceforge.net). | |
namespace | s11n::plugin |
The plugin namespace encapsulates the braindeadly basic API for loading plugins. |