Deprecated, do not use!
More...
#include <pd_basics.h>
Public Attributes |
| std::string | mSymbol |
Detailed Description
Deprecated, do not use!
Overview
Overview
Contents
Contents
Definition at line 129 of file pd_basics.h.
Constructor & Destructor Documentation
| faudes::StackSymbol::StackSymbol |
( |
void |
| ) |
|
|
inline |
| faudes::StackSymbol::StackSymbol |
( |
std::string |
symbol | ) |
|
|
inline |
Member Function Documentation
| bool faudes::StackSymbol::Empty |
( |
void |
| ) |
const |
Tests if mSymbol is an empty String ("")
- Returns
- true if mSymbol is an emptry String, else false
Definition at line 126 of file pd_basics.cpp.
| bool faudes::StackSymbol::IsLambda |
( |
| ) |
const |
Test if stack symbol is lambda.
- Returns
- True if mSymbol is lambda, else false
Definition at line 116 of file pd_basics.cpp.
| bool faudes::StackSymbol::operator!= |
( |
const StackSymbol & |
other | ) |
const |
Test inequality with other stack symbol.
- Parameters
-
| other | stack symbol to compare with |
- Returns
- True if mSymbol is not the same, else false
Definition at line 98 of file pd_basics.cpp.
| bool faudes::StackSymbol::operator< |
( |
const StackSymbol & |
other | ) |
const |
Test equality with other stack symbol.
- Parameters
-
| other | stack symbol to compare with |
- Returns
- True if mSymbol is the same, else false
Definition at line 110 of file pd_basics.cpp.
| bool faudes::StackSymbol::operator== |
( |
const StackSymbol & |
other | ) |
const |
Test equality with other stack symbol.
- Parameters
-
| other | stack symbol to compare with |
- Returns
- True if mSymbol is the same, else false
Definition at line 104 of file pd_basics.cpp.
| const std::string& faudes::StackSymbol::Symbol |
( |
| ) |
const |
|
inline |
Getter for mSymbol.
- Returns
- mSymbol
Definition at line 153 of file pd_basics.h.
| std::string faudes::StackSymbol::ToString |
( |
void |
| ) |
const |
| void faudes::StackSymbol::Write |
( |
TokenWriter & |
tw | ) |
const |
Write to TokenWriter.
Currently not used!
- Parameters
-
- Exceptions
-
| std::ios::failure | Thrown on i/o error. |
Definition at line 81 of file pd_basics.cpp.
| void faudes::StackSymbol::Write |
( |
TokenWriter & |
tw, |
|
|
const std::string & |
rLabel |
|
) |
| const |
Write to TokenWriter with a given label.
- Parameters
-
- Exceptions
-
| std::ios::failure | Thrown on i/o error. |
Definition at line 85 of file pd_basics.cpp.
Member Data Documentation
| std::string faudes::StackSymbol::mSymbol |
The documentation for this class was generated from the following files: