OpenStructure
|
#include <ostream>
#include <sstream>
#include <iostream>
#include <fstream>
#include <stack>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <ost/module_config.hh>
Go to the source code of this file.
Data Structures | |
class | LogSink |
class | StreamLogSink |
class | StringLogSink |
class | FileLogSink |
class | MultiLogSink |
Namespaces | |
ost | |
Typedefs | |
typedef boost::shared_ptr < LogSink > | LogSinkPtr |
typedef boost::shared_ptr < StringLogSink > | StringLogSinkPtr |
typedef boost::shared_ptr < FileLogSink > | FileLogSinkPtr |
typedef boost::shared_ptr < MultiLogSink > | MultiLogSinkPtr |