OpenASIP 2.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BusTerm Class Reference

#include <ParserStructs.hh>

Collaboration diagram for BusTerm:
Collaboration graph

Public Member Functions

std::string toString () const
 

Public Attributes

bool prev
 Previous or next bus register.
 

Detailed Description

Parsed data of one BridgeTerm.

Definition at line 53 of file ParserStructs.hh.

Member Function Documentation

◆ toString()

std::string BusTerm::toString ( ) const
inline

String representation of term for error message generation.

Definition at line 61 of file ParserStructs.hh.

61 {
62 if (prev) {
63 return "{prev}";
64 } else {
65 return "{next}";
66 }
67 }
bool prev
Previous or next bus register.

References prev.

Referenced by RegisterTerm::toString().

Member Data Documentation

◆ prev

bool BusTerm::prev

Previous or next bus register.

Definition at line 56 of file ParserStructs.hh.

Referenced by AssemblerParser::definition< ScannerT >::definition(), MachineResourceManager::resourceID(), and toString().


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