#include <Common.h>
Definition at line 36 of file Common.h.
◆ Identifier() [1/5]
smtrat::parser::Identifier::Identifier |
( |
| ) |
|
|
inline |
◆ Identifier() [2/5]
smtrat::parser::Identifier::Identifier |
( |
const std::string & |
symbol | ) |
|
|
inline |
◆ Identifier() [3/5]
smtrat::parser::Identifier::Identifier |
( |
const std::string & |
symbol, |
|
|
const std::vector< std::size_t > & |
indices |
|
) |
| |
|
inline |
◆ Identifier() [4/5]
smtrat::parser::Identifier::Identifier |
( |
const std::string & |
symbol, |
|
|
const std::vector< Integer > & |
indices |
|
) |
| |
|
inline |
◆ Identifier() [5/5]
smtrat::parser::Identifier::Identifier |
( |
const Identifier & |
i | ) |
|
|
inline |
◆ ~Identifier()
smtrat::parser::Identifier::~Identifier |
( |
| ) |
|
|
inline |
◆ operator std::string()
smtrat::parser::Identifier::operator std::string |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ indices
std::vector<std::size_t>* smtrat::parser::Identifier::indices |
◆ symbol
std::string smtrat::parser::Identifier::symbol |
The documentation for this struct was generated from the following file: