#include <YExpression.h>
Inheritance diagram for YELocale:
Public Member Functions | |
YELocale (const char *singular, const char *plural, YCodePtr count, const char *textdomain) | |
YELocale (bytecodeistream &str) | |
~YELocale () | |
string | toString () const |
YCPValue | evaluate (bool cse=false) |
std::ostream & | toStream (std::ostream &str) const |
constTypePtr | type () const |
Private Member Functions | |
REP_BODY (YELocale) | |
Private Attributes | |
const char * | m_singular |
const char * | m_plural |
YCodePtr | m_count |
YLocale::t_uniquedomains::const_iterator | m_domain |
|
|
|
|
|
|
|
evaluate YCode to YCPValue if debugger == 0 called for parse time evaluation (i.e. constant subexpression elimination) else called for runtime evaluation Reimplemented from YCode. |
|
|
|
writes YCode to a stream see Bytecode for read Implements YCode. |
|
Returns an ASCII representation of the YCode. Reimplemented from YCode. |
|
return type (interesting mostly for function calls) Reimplemented from YCode. |
|
|
|
|
|
|
|
|