#include <nodes.h>
List of all members.
Public Member Functions |
| | LWNodeOutput (NodeID _id, ConnectionType type, std::string name, bool _destroy=true) |
| | ~LWNodeOutput () |
| NodeOutputID | getID (void) const |
| bool | isID (const NodeOutputID _id) const |
| NodeOutputID | next (void) |
| NodeID | node (void) |
| NodeOutputID | previous (void) |
Protected Member Functions |
| bool | _acquireGlobal () |
| virtual bool | available () const |
| | Check if the global is available.
|
| virtual LWNodeOutputFuncs * | getGlobal () |
| | Get the pointer to the global.
|
| LWNodeOutputFuncs * | operator-> () |
| | Get the pointer to the global.
|
Static Protected Attributes |
| static LWNodeOutputFuncs * | globPtr |
| | Pointer to the global functions.
|
Detailed Description
Constructor & Destructor Documentation
| lwpp::LWNodeOutput::LWNodeOutput |
( |
NodeID |
_id, |
|
|
ConnectionType |
type, |
|
|
std::string |
name, |
|
|
bool |
_destroy = true |
|
) |
| |
|
inline |
| lwpp::LWNodeOutput::~LWNodeOutput |
( |
| ) |
|
|
inline |
Member Function Documentation
Check if the global is available.
| virtual LWNodeOutputFuncs * lwpp::GlobalBase< LWNodeOutputFuncs >::getGlobal |
( |
| ) |
|
|
inlinevirtualinherited |
Get the pointer to the global.
| NodeOutputID lwpp::LWNodeOutput::getID |
( |
void |
| ) |
const |
|
inline |
| bool lwpp::LWNodeOutput::isID |
( |
const NodeOutputID |
_id | ) |
const |
|
inline |
| NodeOutputID lwpp::LWNodeOutput::next |
( |
void |
| ) |
|
|
inline |
| NodeID lwpp::LWNodeOutput::node |
( |
void |
| ) |
|
|
inline |
Get the pointer to the global.
| NodeOutputID lwpp::LWNodeOutput::previous |
( |
void |
| ) |
|
|
inline |
Member Data Documentation
Pointer to the global functions.
The documentation for this class was generated from the following file: