dlvhex
2.5.0
|
#include <include/dlvhex2/ComfortPluginInterface.h>
Public Member Functions | |
const std::string & | toString () const |
Creates a string representation of a literal. | |
Protected Member Functions | |
void | calculateStrVal () const |
Recomputes ComportLiteral::strval. | |
Protected Attributes | |
std::string | strval |
Cached string representation. |
Definition at line 418 of file ComfortPluginInterface.h.
void ComfortLiteral::calculateStrVal | ( | ) | const [protected] |
Recomputes ComportLiteral::strval.
Referenced by toString().
const std::string& ComfortLiteral::toString | ( | ) | const [inline] |
Creates a string representation of a literal.
Definition at line 424 of file ComfortPluginInterface.h.
References calculateStrVal(), and strval.
std::string ComfortLiteral::strval [mutable, protected] |
Cached string representation.
Definition at line 429 of file ComfortPluginInterface.h.
Referenced by toString().