Jpp  18.3.0
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 Class 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 JRegulatorgetDefault ()
 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 25 of file JRegulator.hh.

26  {}

Member Function Documentation

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

Accept.

Returns
true if accepted; else false

Definition at line 34 of file JRegulator.hh.

35  {
36  return true;
37  }
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 class was generated from the following file: