OBT::Exclusive Class Reference

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

List of all members.

Private Member Functions

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

Detailed Description

Definition at line 80 of file OBTOptionArgHandler.cpp.


Member Function Documentation

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

Implements OBT::ArgsOp.

Definition at line 82 of file OBTOptionArgHandler.cpp.

00082 { return "The following options cannot be used together:  " ; }

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

Implements OBT::ArgsOp.

Definition at line 83 of file OBTOptionArgHandler.cpp.

00083 { return 1 < nb ; } 


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1