#include <iostream>
#include "Enum.hxx"
#include "XMLAdapter.hxx"
#include "Text.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
Functions | |
std::ostream & | CLAM::operator<< (std::ostream &os, const Enum &e) throw (IllegalValue) |
Stores the symbolic value of an Enum to the output stream. | |
std::istream & | CLAM::operator>> (std::istream &os, Enum &e) throw (IllegalValue) |
Loads a symbolic value from the input stream onto an Enum. |