OBT::AtLeastOne Class Reference

Inheritance diagram for OBT::AtLeastOne:
[legend]
Collaboration diagram for OBT::AtLeastOne:
[legend]

List of all members.

Private Member Functions

virtual std::string msg () const
virtual bool test (int nb) const

Detailed Description

Definition at line 92 of file OBTOptionArgHandler.cpp.


Member Function Documentation

virtual std::string OBT::AtLeastOne::msg (  )  const [inline, private, virtual]

Implements OBT::ArgsOp.

Definition at line 94 of file OBTOptionArgHandler.cpp.

00094 { return "At least one of the following options must be used:  " ; }

virtual bool OBT::AtLeastOne::test ( int  nb  )  const [inline, private, virtual]

Implements OBT::ArgsOp.

Definition at line 95 of file OBTOptionArgHandler.cpp.

00095 { return 0 == nb ; }


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1