#include <OperList.h>
Public Member Functions | |
Oper () | |
Oper (bool _isput, uint32_t _addr, uint32_t _value=0) | |
Oper (const Oper &src) | |
Data Fields | |
bool | isput |
uint32_t | addr |
uint32_t | value |
Definition at line 10 of file OperList.h.
base::Oper::Oper | ( | ) | [inline] |
Definition at line 15 of file OperList.h.
base::Oper::Oper | ( | bool | _isput, | |
uint32_t | _addr, | |||
uint32_t | _value = 0 | |||
) | [inline] |
Definition at line 17 of file OperList.h.
base::Oper::Oper | ( | const Oper & | src | ) | [inline] |
Definition at line 24 of file OperList.h.
uint32_t base::Oper::addr |
Definition at line 12 of file OperList.h.
Referenced by base::OperList::print(), and base::Board::traceOper().
bool base::Oper::isput |
Definition at line 11 of file OperList.h.
Referenced by base::OperList::isput(), and base::Board::traceOper().
uint32_t base::Oper::value |
Definition at line 13 of file OperList.h.
Referenced by base::Board::initBoard(), base::Board::operGen(), base::OperList::print(), and base::Board::traceOper().