jaula API Reference
version 1.4.0
|
29 #ifndef _JAULA_VALUE_COMPLEX_H_
30 #define _JAULA_VALUE_COMPLEX_H_
32 #include <jaula/jaula_value.h>
67 virtual bool empty(
void)
const = 0;
74 virtual size_t size(
void)
const = 0;
82 virtual void clear(
void) = 0;
virtual void clear(void)=0
Empties the contents of an instance.
ValueType
Enumeration of available value types.
Definition: jaula_value.h:59
virtual size_t size(void) const =0
Number of elements contained.
virtual bool empty(void) const =0
True if the instance is empty.
virtual ~Value_Complex()
Destructor.
Definition: jaula_value_complex.cc:42
Base class for handling complex values.
Definition: jaula_value_complex.h:52
Namespace for all library definitions.
Definition: jaula.h:438
Value_Complex(ValueType Type)
Constructor.
Definition: jaula_value_complex.cc:45
Base class for handling values.
Definition: jaula_value.h:52
Copyright (c) 2007, 2008, 2009 Kombo Morongo.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".
API Reference Generated for jaula by