#include <plVariable.h>
Inheritance diagram for plVariable:
Public Member Functions | |
plVariable () | |
Default constructor, creates an empty variable. | |
plVariable (const plVariable &variable) | |
Constructor from another variable. | |
virtual | ~plVariable () |
Destructor, if the variable represents a list erase the list but not the variables on the list. | |
plVariable & | operator^= (const plVariablesConjunction &var) |
Concatenates the variable {var} (at right side of the operator ) to the variable at left side.{ This operator has effect just in pure plVariable objects}. |
Definition at line 38 of file plVariable.h.
|
Destructor, if the variable represents a list erase the list but not the variables on the list. If empty variable, erase the empty variable |
|
Concatenates the variable {var} (at right side of the operator ) to the variable at left side.{ This operator has effect just in pure plVariable objects}. For all subclasses of plVariable this operator does not have any effect (e.g. You can't use a plIntegerType at the left side of the operator ). |