@root classes

class Constant

^ 
    extends { Node, Node } as public

Constant node - this class creates a node for images
Source:
imgnodes.h:24
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Constantdestructor publicautomatically generated
Constantconstructor publicundocumented
Constantconstructor publicautomatically generated
copymethod public copy this node
descriptionmethod public returns the description of the node
evaluatemethod publicreturn the dataType
operator =operator publicautomatically generated
printToStringmethod public print "Image"

destructor ~Constant

? ^  > 
automatically generated
Source:
imgnodes.h
Code:
public ~ Constant ( )

constructor Constant

? ^  < > 
undocumented
Source:
imgnodes.h:30
Code:
public Constant ( dataType value ) : myValue ( value )

constructor Constant

? ^  < > 
automatically generated
Source:
imgnodes.h
Code:
public Constant ( const Constant & )

method copy

? ^  < > 
copy this node
Source:
imgnodes.h:54
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
returns the description of the node
Source:
imgnodes.h:63
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
return the dataType
Source:
imgnodes.h:38
Code:
public virtual dataType evaluate ( ) const

operator =

? ^  < > 
automatically generated
Source:
imgnodes.h
Code:
public Constant & operator = ( const Constant & )

method printToString

? ^  < > 
print "Image"
Source:
imgnodes.h:46
Code:
public virtual string printToString ( ) const

Created Sun Oct 6 20:56:57 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.