19 #include <ubit/uargsImpl.hpp> friend const UArgsImpl & operator+(const UArgsImpl &, const char *c_string)
adds a C String to this arglist (note that the string content is duplicated).
Base class of objects that can be added to the UBIT scene graph (SEE DETAILS!).
Definition: unode.hpp:38
bool empty() const
returns true is this arglist is empty.
Definition: uargs.cpp:51
lightweight general purpose container.
Definition: uelem.hpp:44
UArgs & operator+=(const UArgs &arglist2)
adds the children contained in 'arglist2' to this arglist.
Definition: uargs.cpp:111
Argument list (for passing arguments to constructor or add functions).
Definition: uargs.hpp:43
Definition: uhardfont.hpp:31
static const UArgs none
the empty arglist.
Definition: uargs.hpp:45
Definition: uargsImpl.hpp:43
Definition: uargsImpl.hpp:99
bool operator!() const
returns true is this arglist is empty.
Definition: uargs.cpp:55
[impl] Internal implementation of a child node.
Definition: uchild.hpp:23