|
Doxygen
|
This is the complete list of members for CPPValue, including all inherited members.
| CPPValue(char c) noexcept | CPPValue | inlineexplicit |
| CPPValue(long val=0) noexcept | CPPValue | inlineexplicit |
| CPPValue(double val) noexcept | CPPValue | inlineexplicit |
| m_d | CPPValue | private |
| m_l | CPPValue | private |
| m_type | CPPValue | private |
| operator double() const noexcept | CPPValue | inline |
| operator long() const noexcept | CPPValue | inline |
| parseBinary(const std::string &token) | CPPValue | static |
| parseCharacter(const std::string &token) | CPPValue | static |
| parseDecimal(const std::string &token) | CPPValue | static |
| parseFloat(const std::string &token) | CPPValue | static |
| parseHexadecimal(const std::string &token) | CPPValue | static |
| parseOctal(const std::string &token) | CPPValue | static |
| print() const | CPPValue | inline |
| Type enum name | CPPValue | |
| type() const noexcept | CPPValue | inline |