|
LRAUV
revA
|
Information to create a Output in a Method. More...
#include <Method.h>

Public Member Functions | |
| OutputInfo (const ElementURI *uri, const Unit *unit, bool arg) | |
| virtual | ~OutputInfo () |
| const ElementURI * | getUri () |
| const Unit * | getUnit () |
| bool | isArg () |
Protected Attributes | |
| const ElementURI * | uri_ |
| const Unit * | unit_ |
| const bool | arg_ |
Private Member Functions | |
| OutputInfo (const OutputInfo &old) | |
Information to create a Output in a Method.
|
inline |
|
inlinevirtual |
|
private |
|
inline |
References unit_.
Referenced by Method::Method().
|
inline |
References uri_.
Referenced by Method::Method().
|
inline |
References arg_.
Referenced by Method::Method().
|
protected |
Referenced by isArg().
|
protected |
Referenced by getUri().