#include <uchild.hpp>
Public Member Functions | |
UChild (UBrick &o) | |
UChild (UBrick *o) | |
UChild (UBrick *o, const UCond &c) | |
UChild (const char *s) | |
UBrick * | operator * () |
const UBrick * | operator * () const |
UGroup * | getParent () |
const UCond * | getCond () const |
void | setCond (const UCond &c) |
void | setCond (const UCond *c) |
void | setCond (const UChild &c) |
void | setCond (const UChild *c) |
Friends | |
class | UParent |
class | UBrick |
class | UGroup |