option_verification_exception Class Reference
[Utility Library]

#include <stlsoft/util/options_verifier.hpp>

List of all members.


Detailed Description

Exception thrown by the options_verifier class template.

Public Types

typedef std::runtime_error parent_class_type
typedef
option_verification_exception 
class_type

Public Member Functions

 option_verification_exception (char const *message)
template<typename S>
 option_verification_exception (S const &message)
 option_verification_exception (class_type const &rhs)
 Copy constructor.
class_typeoperator= (class_type const &rhs)
 Copy assignment operator.

Constructor & Destructor Documentation

option_verification_exception ( class_type const &  rhs  )  [inline]

Copy constructor.

Note:
This has to be provided, to avoid precipitating C4217 with Visual C++


Member Function Documentation

class_type& operator= ( class_type const &  rhs  )  [inline]

Copy assignment operator.

Note:
This has to be provided, to avoid precipitating C4217 with Visual C++


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

Generated on Thu Jun 10 08:59:02 2010 for STLSoft by  doxygen 1.5.6