#include <OP_ParmInterest.h>
Public Member Functions | |
| OP_ParmInterest (int srcid, int srcindex, int dstindex=-1) | |
| OP_ParmInterest (const OP_ParmInterest &ref) | |
| void | setSrcID (int id) |
| void | setSrcIndex (int index) |
| void | setDstIndex (int index) |
| int | getSrcID () const |
| int | getSrcIndex () const |
| int | getDstIndex () const |
| unsigned | operator== (const OP_ParmInterest &pi) |
| OP_ParmInterest & | operator= (const OP_ParmInterest &ref) |
| int64 | getMemUsage () const |
| void | dump (const char *prefix) const |
Definition at line 27 of file OP_ParmInterest.h.
| OP_ParmInterest::OP_ParmInterest | ( | int | srcid, | |
| int | srcindex, | |||
| int | dstindex = -1 | |||
| ) | [inline] |
Definition at line 30 of file OP_ParmInterest.h.
| OP_ParmInterest::OP_ParmInterest | ( | const OP_ParmInterest & | ref | ) | [inline] |
Definition at line 37 of file OP_ParmInterest.h.
| void OP_ParmInterest::dump | ( | const char * | prefix | ) | const [inline] |
Definition at line 70 of file OP_ParmInterest.h.
| int OP_ParmInterest::getDstIndex | ( | ) | const [inline] |
Definition at line 48 of file OP_ParmInterest.h.
| int64 OP_ParmInterest::getMemUsage | ( | ) | const [inline] |
Definition at line 65 of file OP_ParmInterest.h.
| int OP_ParmInterest::getSrcID | ( | ) | const [inline] |
Definition at line 46 of file OP_ParmInterest.h.
| int OP_ParmInterest::getSrcIndex | ( | ) | const [inline] |
Definition at line 47 of file OP_ParmInterest.h.
| OP_ParmInterest& OP_ParmInterest::operator= | ( | const OP_ParmInterest & | ref | ) | [inline] |
Definition at line 56 of file OP_ParmInterest.h.
| unsigned OP_ParmInterest::operator== | ( | const OP_ParmInterest & | pi | ) | [inline] |
Definition at line 50 of file OP_ParmInterest.h.
| void OP_ParmInterest::setDstIndex | ( | int | index | ) | [inline] |
Definition at line 44 of file OP_ParmInterest.h.
| void OP_ParmInterest::setSrcID | ( | int | id | ) | [inline] |
Definition at line 42 of file OP_ParmInterest.h.
| void OP_ParmInterest::setSrcIndex | ( | int | index | ) | [inline] |
Definition at line 43 of file OP_ParmInterest.h.
1.5.9