Public Member Functions | Data Fields

base::Oper Struct Reference

#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

Detailed Description

Definition at line 10 of file OperList.h.


Constructor & Destructor Documentation

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.


Field Documentation

uint32_t base::Oper::addr

Definition at line 12 of file OperList.h.

Referenced by base::OperList::print(), and base::Board::traceOper().

Definition at line 11 of file OperList.h.

Referenced by base::OperList::isput(), and base::Board::traceOper().


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