varconf  1.0.3
Configuration library for the Worldforge system.
varconf::dynvar::Ternary Class Reference
Inheritance diagram for varconf::dynvar::Ternary:
Collaboration diagram for varconf::dynvar::Ternary:

Public Member Functions

 Ternary (const Variable &test, const Variable &true_val, const Variable &false_val)
 
 Ternary (const Ternary &t)
 
Ternaryoperator= (const Ternary &t)
 
virtual operator bool ()
 
virtual operator bool () const
 
virtual operator int ()
 
virtual operator int () const
 
virtual operator double ()
 
virtual operator double () const
 
virtual operator std::string ()
 
virtual operator std::string () const
 
bool is_bool () override
 
bool is_int () override
 
bool is_double () override
 
bool is_string () override
 
Scope scope () const
 
void setScope (Scope s)
 

Protected Member Functions

void set_val () override
 

Protected Attributes

Scope m_scope
 

Detailed Description

Definition at line 57 of file dyntypes.h.


The documentation for this class was generated from the following files: