E57 Foundation API v1.1.312  Aug. 10, 2011
operator Node ( ) const

Upcast a IntegerNode handle to a generic Node handle.

An upcast is always safe, and the compiler can automatically insert it for initializations of Node variables and Node function arguments.

Returns:
A smart Node handle referencing the underlying object.
Exceptions:
NoE57Exceptions.
See also:
NodeFunctions.cpp example, IntegerNode(const Node&) example, explanation in Node, Node::type(), IntegerNode(const Node&)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines