#include <plSymbol.h>
Inheritance diagram for plSymbol:
Public Member Functions | |
plSymbol (const char *print_name, const plType &variable_type) | |
Constructor from a {print } as a { char*}, selected by the user, and a previously defined {variable }. | |
plSymbol (const string &print_name, const plType &variable_type) | |
Constructor from a {print }as a { string}, selected by the user, and a previously defined {variable }. | |
plSymbol (const string &print_name, const plSymbol &symbol) | |
Constructor from a {print }as a { string}, selected by the user, and a previously defined {symbol}. | |
plSymbol () | |
Default empty plSymbol constructor *. | |
virtual | ~plSymbol () |
Destructor, erase the variable. | |
Friends | |
class | plArray |
Friends classes. |
Definition at line 34 of file plSymbol.h.