MCPcopy Create free account
hub / github.com/devosoft/avida / GetBehavClass

Method GetBehavClass

avida-core/source/cpu/cInstLibEntry.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 inline InstructionClass GetClass() const { return m_class; }
78 inline BehavClass GetBehavClass() const { return m_bclass; }
79
80 inline unsigned int GetFlags() const { return m_flags; }
81 inline bool IsDefault() const { return (m_flags & nInstFlag::DEFAULT) != 0; }

Callers 1

SingleProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected