My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
eqn::reference Class Reference

#include <equation.h>

Inheritance diagram for eqn::reference:
Inheritance graph
[legend]
Collaboration diagram for eqn::reference:
Collaboration graph
[legend]

Public Member Functions

 reference ()
 
 reference (const reference &)
 
 ~reference ()
 
void print (void)
 
void addDependencies (strlist *)
 
void findVariable (void)
 
int evalType (void)
 
char * toString (void)
 
constantevaluate (void)
 
nodedifferentiate (char *)
 
noderecreate (void)
 
void replace (char *, char *)
 
- Public Member Functions inherited from eqn::node
 node ()
 
 node (int)
 
 node (const node &)
 
virtual ~node ()
 
nodegetNext (void)
 
void setNext (node *n)
 
int count (void)
 
void append (node *)
 
void appendNodes (node *)
 
void setDependencies (strlist *)
 
strlistgetDependencies (void)
 
void setDataDependencies (strlist *)
 
strlistgetDataDependencies (void)
 
void setDropDependencies (strlist *deps)
 
void addDropDependencies (char *)
 
strlistgetDropDependencies (void)
 
void setPrepDependencies (strlist *deps)
 
void addPrepDependencies (char *)
 
void appendPrepDependencies (strlist *)
 
strlistgetPrepDependencies (void)
 
strlistrecurseDependencies (checker *, strlist *)
 
nodeget (int)
 
constantgetResult (int)
 
int getType (void)
 
int getTag (void)
 
void setType (int tag)
 
constantgetResult (void)
 
nr_double_t getResultDouble (void)
 
nr_complex_t getResultComplex (void)
 
vector getResultVector (void)
 
void setResult (constant *)
 
char * getInstance (void)
 
void setInstance (const char *)
 
void applyInstance (void)
 
constantcalculate (void)
 
strlistcollectDependencies (void)
 
strlistcollectDataDependencies (void)
 

Public Attributes

char * n
 
noderef
 
- Public Attributes inherited from eqn::node
int duplicate
 
int cycle
 
int evalPossible
 
int skip
 
char * txt
 
int evaluated
 
char * instance
 
int output
 
int dropdeps
 
solversolvee
 
checkercheckee
 

Detailed Description

Definition at line 178 of file equation.h.

Constructor & Destructor Documentation

reference::reference ( )

Definition at line 254 of file equation.cpp.

Here is the caller graph for this function:

eqn::reference::reference ( const reference )
reference::~reference ( )

Definition at line 280 of file equation.cpp.

Member Function Documentation

void reference::addDependencies ( strlist depends)
virtual

Reimplemented from eqn::node.

Definition at line 297 of file equation.cpp.

Here is the call graph for this function:

node * reference::differentiate ( char *  derivative)
virtual

Reimplemented from eqn::node.

Definition at line 347 of file equation.cpp.

int reference::evalType ( void  )
virtual

Reimplemented from eqn::node.

Definition at line 327 of file equation.cpp.

Here is the call graph for this function:

constant * reference::evaluate ( void  )
virtual

Reimplemented from eqn::node.

Definition at line 337 of file equation.cpp.

Here is the call graph for this function:

void reference::findVariable ( void  )

Definition at line 303 of file equation.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void reference::print ( void  )
virtual

Reimplemented from eqn::node.

Definition at line 285 of file equation.cpp.

Here is the call graph for this function:

node * reference::recreate ( void  )
virtual

Reimplemented from eqn::node.

Definition at line 267 of file equation.cpp.

Here is the call graph for this function:

void reference::replace ( char *  src,
char *  dst 
)
virtual

Reimplemented from eqn::node.

Definition at line 272 of file equation.cpp.

char * reference::toString ( void  )
virtual

Reimplemented from eqn::node.

Definition at line 290 of file equation.cpp.

Here is the caller graph for this function:

Member Data Documentation

char* eqn::reference::n

Definition at line 195 of file equation.h.

node* eqn::reference::ref

Definition at line 196 of file equation.h.


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