libIntegra
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
integra_api::CNewCommandResult Class Reference

Represents return information for INewCommand. More...

#include "api/command_result.h"

Inheritance diagram for integra_api::CNewCommandResult:
Inheritance graph
[legend]
Collaboration diagram for integra_api::CNewCommandResult:
Collaboration graph
[legend]

Public Member Functions

const INodeget_created_node () const
 Retrieve a pointer to the newly created node. More...
 
void set_created_node (const INode *created_node)
 InTeRnAl uSe oNlY.
 

Detailed Description

Represents return information for INewCommand.

Allows users of INewCommand to obtain pointers to newly created nodes. This could be used when constructing a hierarchy of nodes

Member Function Documentation

const INode* integra_api::CNewCommandResult::get_created_node ( ) const
inline

Retrieve a pointer to the newly created node.

Returns
a pointer to the node, or NULL if the command failed (or was a different type of command)

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