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

#include <variable.h>

Public Member Functions

 variable ()
 
 variable (char *)
 
 variable (const variable &)
 
virtual ~variable ()
 Destructor deletes an instance of the variable class.
 
void setName (char *)
 
char * getName (void)
 
void setNext (variable *v)
 
variablegetNext (void)
 
void setType (int t)
 
int getType (void)
 
void setConstant (constant *c)
 
constant * getConstant (void)
 
void setReference (reference *r)
 
reference * getReference (void)
 
void setSubstrate (substrate *s)
 
substrategetSubstrate (void)
 
void setValue (constant *v)
 
constant * getValue (void)
 
void setAnalysis (analysis *a)
 
analysisgetAnalysis (void)
 
char * toString (void)
 
void setPassing (bool p)
 
bool getPassing (void)
 

Detailed Description

Definition at line 48 of file variable.h.

Constructor & Destructor Documentation

variable::variable ( )

Definition at line 41 of file variable.cpp.

variable::variable ( char *  n)

Definition at line 50 of file variable.cpp.

variable::variable ( const variable o)

Definition at line 60 of file variable.cpp.

variable::~variable ( )
virtual

Destructor deletes an instance of the variable class.

Definition at line 70 of file variable.cpp.

Member Function Documentation

analysis* variable::getAnalysis ( void  )
inline

Definition at line 71 of file variable.h.

constant* variable::getConstant ( void  )
inline

Definition at line 63 of file variable.h.

Here is the caller graph for this function:

char * variable::getName ( void  )

Definition at line 82 of file variable.cpp.

Here is the caller graph for this function:

variable* variable::getNext ( void  )
inline

Definition at line 58 of file variable.h.

Here is the caller graph for this function:

bool variable::getPassing ( void  )
inline

Definition at line 74 of file variable.h.

reference* variable::getReference ( void  )
inline

Definition at line 65 of file variable.h.

Here is the caller graph for this function:

substrate* variable::getSubstrate ( void  )
inline

Definition at line 67 of file variable.h.

Here is the caller graph for this function:

int variable::getType ( void  )
inline

Definition at line 61 of file variable.h.

Here is the caller graph for this function:

constant* variable::getValue ( void  )
inline

Definition at line 69 of file variable.h.

Here is the caller graph for this function:

void variable::setAnalysis ( analysis a)
inline

Definition at line 70 of file variable.h.

void variable::setConstant ( constant *  c)
inline

Definition at line 62 of file variable.h.

Here is the caller graph for this function:

void variable::setName ( char *  n)

Definition at line 76 of file variable.cpp.

void variable::setNext ( variable v)
inline

Definition at line 57 of file variable.h.

Here is the caller graph for this function:

void variable::setPassing ( bool  p)
inline

Definition at line 73 of file variable.h.

Here is the caller graph for this function:

void variable::setReference ( reference *  r)
inline

Definition at line 64 of file variable.h.

Here is the caller graph for this function:

void variable::setSubstrate ( substrate s)
inline

Definition at line 66 of file variable.h.

Here is the caller graph for this function:

void variable::setType ( int  t)
inline

Definition at line 60 of file variable.h.

void variable::setValue ( constant *  v)
inline

Definition at line 68 of file variable.h.

Here is the caller graph for this function:

char * variable::toString ( void  )

Definition at line 87 of file variable.cpp.


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