OpenASIP  2.0
Public Member Functions | Private Member Functions | List of all members
ReadableState Class Referenceabstract

#include <ReadableState.hh>

Inheritance diagram for ReadableState:
Inheritance graph
Collaboration diagram for ReadableState:
Collaboration graph

Public Member Functions

 ReadableState ()
 
virtual ~ReadableState ()
 
virtual const SimValuevalue () const =0
 

Private Member Functions

 ReadableState (const ReadableState &)
 Copying not allowed. More...
 
ReadableStateoperator= (const ReadableState &)
 Assignment not allowed. More...
 

Detailed Description

Models a piece of machine state model that can be read.

Definition at line 41 of file ReadableState.hh.

Constructor & Destructor Documentation

◆ ReadableState() [1/2]

ReadableState::ReadableState ( )

Constructor.

Definition at line 38 of file ReadableState.cc.

38  {
39 }

◆ ~ReadableState()

ReadableState::~ReadableState ( )
virtual

Destructor.

Definition at line 44 of file ReadableState.cc.

44  {
45 }

◆ ReadableState() [2/2]

ReadableState::ReadableState ( const ReadableState )
private

Copying not allowed.

Member Function Documentation

◆ operator=()

ReadableState& ReadableState::operator= ( const ReadableState )
private

Assignment not allowed.

◆ value()

virtual const SimValue& ReadableState::value ( ) const
pure virtual

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