#include <PlayaObjectWithVerbosity.hpp>

Public Member Functions | |
| ObjectWithVerbosity (int verb=0) | |
| virtual | ~ObjectWithVerbosity () |
| int | verb () const |
| void | setVerb (int v) |
Definition at line 19 of file PlayaObjectWithVerbosity.hpp.
| Playa::ObjectWithVerbosity::ObjectWithVerbosity | ( | int | verb = 0 |
) | [inline] |
Definition at line 23 of file PlayaObjectWithVerbosity.hpp.
| virtual Playa::ObjectWithVerbosity::~ObjectWithVerbosity | ( | ) | [inline, virtual] |
virtual dtor
Definition at line 26 of file PlayaObjectWithVerbosity.hpp.
| int Playa::ObjectWithVerbosity::verb | ( | ) | const [inline] |
Return the verbosity
Definition at line 29 of file PlayaObjectWithVerbosity.hpp.
| void Playa::ObjectWithVerbosity::setVerb | ( | int | v | ) | [inline] |
Set the verbosity
Definition at line 32 of file PlayaObjectWithVerbosity.hpp.