KISSCPP
a C++ library for rapid application development
|
#include <string>
#include <map>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>
#include <boost/shared_ptr.hpp>
#include "boost_ptree.hpp"
#include "logstream.hpp"
Go to the source code of this file.
Classes | |
class | kisscpp::ErrorState |
class | kisscpp::ErrorStateList |
Namespaces | |
kisscpp | |
Typedefs | |
typedef boost::shared_ptr < ErrorState > | kisscpp::SharedErrorState |
typedef std::map< std::string, SharedErrorState > | kisscpp::ErrorStateMapType |
typedef ErrorStateMapType::iterator | kisscpp::ErrorStateMapTypeIterator |
typedef std::vector < SharedErrorState > | kisscpp::ErrorList |
typedef boost::shared_ptr < ErrorList > | kisscpp::SharedErrorList |
typedef ErrorList::iterator | kisscpp::ErrorListIterator |