#include <string>
Go to the source code of this file.
Classes | |
class | ora::Version |
Namespaces | |
namespace | ora |
TO BE REMOVED. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const ora::Version &ver) |
std::ostream& operator<< | ( | std::ostream & | os, |
const ora::Version & | ver | ||
) | [inline] |
Definition at line 41 of file Version.h.
References ora::Version::toOutputStream().
{ ver.toOutputStream(os); return os; }