Changeset 478 for cpp/frams/util/extvalue.h
- Timestamp:
- 03/22/16 01:19:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/extvalue.h
r464 r478 67 67 void* getTarget() const { return (subtype & 1) ? dbobject : object; } 68 68 void* getTarget(const char* classname, bool through_barrier = true, bool warn = true) const; 69 bool callDelegate(const char* delegate,ExtValue *args,ExtValue *ret); 69 70 void setEmpty() { decref(); subtype = 0; param = NULL; object = NULL; } 70 71 int isEmpty() const { return !param; }
Note: See TracChangeset
for help on using the changeset viewer.