#include "EDoc/exceptions.h"
#include <ostream>
#include <sstream>
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | EDoc |
namespace | std |
Data Structures | |
class | EDoc::PStack |
Stores a stack of pointers that provides "set" like capabilities. More... | |
Functions | |
static std::ostream & | std::operator<< (std::ostream &out, const EDoc::PStack &value) |
Overloaded instertion operator calls PStack::Print(). |