29 #ifndef _JAULA_VALUE_BOOLEAN_H_
30 #define _JAULA_VALUE_BOOLEAN_H_
32 #include <jaula/jaula_value.h>
80 virtual void repr(std::ostream &ostr)
const;
class for incompatible data type exceptions
Definition: jaula_bad_data_type.h:53
Class for handling boolean values.
Definition: jaula_value_boolean.h:52
Value_Boolean(bool data=false)
Constructor.
Definition: jaula_value_boolean.cc:42
bool getData(void) const
Retrieves the value contained by the instance.
Definition: jaula_value_boolean.cc:50
void set(bool data)
Establishes the contents of the instance.
Definition: jaula_value_boolean.cc:63
virtual ~Value_Boolean()
Destructor.
Definition: jaula_value_boolean.cc:47
virtual void repr(std::ostream &ostr) const
Represents the instance in a stream.
Definition: jaula_value_boolean.cc:55
bool data_
Container to hold the value itself.
Definition: jaula_value_boolean.h:105
Base class for handling values.
Definition: jaula_value.h:53
Namespace for all library definitions.
Definition: jaula.h:439