Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
JLANG::JRegulator Struct Reference

Interface for controlling object throughput. More...

#include <JRegulator.hh>

Inheritance diagram for JLANG::JRegulator:
JLANG::JDefault< JRegulator >

Public Member Functions

virtual ~JRegulator ()
 Virtual destructor. More...
 
virtual bool accept () const
 Accept. More...
 

Static Public Member Functions

static const JRegulator & getDefault ()
 Get default value of template class. More...
 

Detailed Description

Interface for controlling object throughput.

Definition at line 18 of file JRegulator.hh.

Constructor & Destructor Documentation

virtual JLANG::JRegulator::~JRegulator ( )
inlinevirtual

Virtual destructor.

Definition at line 24 of file JRegulator.hh.

25  {}

Member Function Documentation

virtual bool JLANG::JRegulator::accept ( ) const
inlinevirtual

Accept.

Returns
true if accepted; else false

Definition at line 33 of file JRegulator.hh.

34  {
35  return true;
36  }
static const JRegulator & JLANG::JDefault< JRegulator >::getDefault ( )
inlinestaticinherited

Get default value of template class.

Returns
value

Definition at line 24 of file JDefault.hh.

25  {
26  return value;
27  }
static const JRegulator value
Definition: JDefault.hh:30

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