|
Buffer Interface
|
#include <BFGTLUtilities.hpp>
Public Member Functions | |
| NodeImpT (BFVOID) | |
| NodeImpT (NodeImpT const &to_alias) | |
| NodeImpT (NodeImpT &&to_alias) | |
| NodeImpT (BaseNode const &to_alias) | |
| NodeImpT (BaseNode &&to_take) | |
| NodeImpT & | operator= (BaseNode const &to_alias) |
| NodeImpT & | operator= (BaseNode &&to_take) |
Public Member Functions inherited from BFGTLUtilities::BaseNode | |
| BaseNode (BFVOID) | |
| BaseNode (BaseNode const &to_alias) | |
| BaseNode (BaseNode &&to_take) | |
| virtual | ~BaseNode (BFVOID) |
| BaseNode & | operator= (BaseNode const &to_alias) |
| BaseNode & | operator= (BaseNode &&to_take) |
| bool | isValid (BFVOID) const |
| operator bool (BFVOID) const | |
| bool | isNull (BFVOID) const |
| bool | operator! (BFVOID) const |
| bool | operator== (BaseNode const &other) const |
| bool | operator!= (BaseNode const &other) const |
| std::string | name (BFVOID) const |
| bool | getName (BFCHAR *const hBuf, BFSIZET *const pSize) const |
| std::string | displayName (BFVOID) const |
| bool | getDisplayName (BFCHAR *const hBuf, BFSIZET *const pSize) const |
| std::string | toolTip (BFVOID) const |
| bool | getToolTip (BFCHAR *const hBuf, BFSIZET *const pSize) const |
| std::string | description (BFVOID) const |
| bool | getDescription (BFCHAR *const hBuf, BFSIZET *const pSize) const |
| NodeType | type (BFVOID) const |
| Access | access (BFVOID) const |
| bool | ignoreCache (BFVOID) const |
| BFVOID | setIgnoreCache (const bool ignore) |
Static Public Member Functions | |
| static bool | is_convertible (BaseNode const &other) |
Static Public Attributes | |
| static const NodeType | Type = NODE_TYPE |
Static Public Attributes inherited from BFGTLUtilities::BaseNode | |
| static const NodeType | Type = NodeType::Base |
Additional Inherited Members | |
Protected Attributes inherited from BFGTLUtilities::BaseNode | |
| PrivateData * | m_pd |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
References BFGTLUtilities::Base, BFGTLUtilities::BaseNode::type(), BFGTLUtilities::Unknown, and BFGTLUtilities::Value.
|
inline |
|
inline |
|
static |
1.8.9.1