| virtual | ~UnionBuilderImpl() |
| void | AddDataMember(const char* nam, const Reflex::Type& typ, size_t offs, unsigned int modifiers = 0) |
| void | AddFunctionMember(const char* nam, const Reflex::Type& typ, Reflex::StubFunction stubFP, void* stubCtx = 0, const char* params = 0, unsigned int modifiers = 0) |
| void | AddItem(const char* nam, const Reflex::Type& typ) |
| void | AddProperty(const char* key, Reflex::Any value) |
| void | AddProperty(const char* key, const char* value) |
| Reflex::UnionBuilderImpl& | operator=(const Reflex::UnionBuilderImpl&) |
| void | SetSizeOf(size_t size) |
| Reflex::Type | ToType() |
| Reflex::UnionBuilderImpl | UnionBuilderImpl(const Reflex::UnionBuilderImpl&) |
| Reflex::UnionBuilderImpl | UnionBuilderImpl(const char* nam, size_t size, const type_info& ti, unsigned int modifiers = 0, Reflex::TYPE typ = UNION) |