libmoost
moost::utils::YesNo Class Reference

#include <yesno.hpp>

List of all members.

Public Member Functions

 YesNo (std::string const &sMsg, bool bImplicitNo=false)
bool IsYes () const
bool IsNo () const

Private Attributes

bool bYes

Detailed Description

Definition at line 37 of file yesno.hpp.


Constructor & Destructor Documentation

moost::utils::YesNo::YesNo ( std::string const &  sMsg,
bool  bImplicitNo = false 
) [inline]

Definition at line 40 of file yesno.hpp.

Here is the call graph for this function:


Member Function Documentation

bool moost::utils::YesNo::IsNo ( ) const [inline]

Definition at line 66 of file yesno.hpp.

bool moost::utils::YesNo::IsYes ( ) const [inline]

Definition at line 65 of file yesno.hpp.


Member Data Documentation

bool moost::utils::YesNo::bYes [private]

Definition at line 69 of file yesno.hpp.


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