SST/macro
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sstmac::hw::failable Class Reference

#include <failable.h>

Inheritance diagram for sstmac::hw::failable:
Inheritance graph
Collaboration diagram for sstmac::hw::failable:
Collaboration graph

Public Member Functions

bool failed () const
 
void fail ()
 

Protected Member Functions

 failable ()
 

Protected Attributes

bool failed_
 

Detailed Description

Definition at line 10 of file failable.h.

Constructor & Destructor Documentation

sstmac::hw::failable::failable ( )
inlineprotected

Definition at line 25 of file failable.h.

Member Function Documentation

void sstmac::hw::failable::fail ( )
inline

Definition at line 20 of file failable.h.

References failed_.

bool sstmac::hw::failable::failed ( ) const
inline

Definition at line 15 of file failable.h.

References failed_.

Member Data Documentation

bool sstmac::hw::failable::failed_
protected

Definition at line 31 of file failable.h.

Referenced by fail(), and failed().


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