KISSCPP
a C++ library for rapid application development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Typedefs
errorstate.hpp File Reference
#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"
Include dependency graph for errorstate.hpp:
This graph shows which files directly or indirectly include this file:

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