Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::bad_parallel_edge Struct Reference

#include <graphviz.hpp>

Inheritance diagram for boost::bad_parallel_edge:
Collaboration diagram for boost::bad_parallel_edge:

Public Member Functions

 bad_parallel_edge (const std::string &i, const std::string &j)
 
virtual ~bad_parallel_edge () throw ()
 
const char * what () const throw ()
 

Public Attributes

std::string from
 
std::string to
 
std::string statement
 

Constructor & Destructor Documentation

boost::bad_parallel_edge::bad_parallel_edge ( const std::string &  i,
const std::string &  j 
)
inline
virtual boost::bad_parallel_edge::~bad_parallel_edge ( )
throw (
)
inlinevirtual

Member Function Documentation

const char* boost::bad_parallel_edge::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

std::string boost::bad_parallel_edge::from
std::string boost::bad_parallel_edge::statement
mutable
std::string boost::bad_parallel_edge::to

The documentation for this struct was generated from the following file: