Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
virtual bool accept () const
 Accept.
 

Static Public Member Functions

static const JRegulatorgetDefault ()
 Get default value of template class.
 

Static Private Attributes

static const JRegulator value
 

Detailed Description

Interface for controlling object throughput.

Definition at line 18 of file JRegulator.hh.

Constructor & Destructor Documentation

◆ ~JRegulator()

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

Virtual destructor.

Definition at line 25 of file JRegulator.hh.

26 {}

Member Function Documentation

◆ accept()

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 }

◆ getDefault()

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

Member Data Documentation

◆ value

const JRegulator JLANG::JDefault< JRegulator >::value
staticprivateinherited

Definition at line 30 of file JDefault.hh.


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