Public Types | Public Member Functions | Static Public Member Functions

SampleRejectedState Class Reference

#include <State.hpp>

Inheritance diagram for SampleRejectedState:

List of all members.

Public Types

typedef std::bitset< 32 > MaskType

Public Member Functions

 SampleRejectedState ()
 SampleRejectedState (const SampleRejectedState &src)
 SampleRejectedState (const MaskType &src)

Static Public Member Functions

static const SampleRejectedState not_rejected ()
static const SampleRejectedState rejected_by_samples_limit ()
static const SampleRejectedState rejected_by_instances_limit ()
static const SampleRejectedState rejected_by_samples_per_instance_limit ()

Detailed Description

Definition at line 31 of file State.hpp.


Member Typedef Documentation

typedef std::bitset< 32 > MaskType

Definition at line 33 of file State.hpp.


Constructor & Destructor Documentation

SampleRejectedState (  )  [inline]

Definition at line 36 of file State.hpp.

SampleRejectedState ( const SampleRejectedState src  )  [inline]

Definition at line 37 of file State.hpp.

SampleRejectedState ( const MaskType src  )  [inline]

Definition at line 38 of file State.hpp.


Member Function Documentation

static const SampleRejectedState not_rejected (  )  [inline, static]

Definition at line 41 of file State.hpp.

static const SampleRejectedState rejected_by_instances_limit (  )  [inline, static]

Definition at line 47 of file State.hpp.

static const SampleRejectedState rejected_by_samples_limit (  )  [inline, static]

Definition at line 44 of file State.hpp.

static const SampleRejectedState rejected_by_samples_per_instance_limit (  )  [inline, static]

Definition at line 50 of file State.hpp.


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