| @root | classes |
class Power | ^ |
This represents the contents of one node raised to the power of the contents of another node
- Source:
- arithnodes.h:602
- Author:
- jhc7duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Power destructor public automatically generated Power constructor public undocumented Power constructor public automatically generated copy method public returns a pointer to a new copy of itself description method public return the description of the Node evaluate method public evaluate lhs ^ rhs operator = operator public automatically generated
destructor ~Power | ? ^ > |
automatically generated
- Source:
- arithnodes.h
- Code:
public ~ Power ( )
constructor Power | ? ^ < > |
undocumented
- Source:
- arithnodes.h:607
- Code:
public Power ( Node * lhs , Node * rhs ) : BinaryOperator ( lhs , rhs )
constructor Power | ? ^ < > |
automatically generated
- Source:
- arithnodes.h
- Code:
public Power ( const Power & )
method copy | ? ^ < > |
returns a pointer to a new copy of itself
- Source:
- arithnodes.h:623
- Code:
public virtual Node * copy ( ) const
method description | ? ^ < > |
return the description of the Node
- Source:
- arithnodes.h:631
- Code:
public virtual string description ( ) const
method evaluate | ? ^ < > |
evaluate lhs ^ rhs
- Source:
- arithnodes.h:615
- Code:
public virtual dataType evaluate ( ) const
operator = | ? ^ < > |
automatically generated
- Source:
- arithnodes.h
- Code:
public Power & operator = ( const Power & )
Created Sun Oct 6 20:56:56 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.