Go to the source code of this file.
|
| RCU |
| This module defines a variety of assert style macros.
|
|
|
bool | RCU::SetDirectory (TObject *object, TDirectory *directory) |
| effects: set the directory this object is associated with returns: whether the object type actively knows its directory, otherwise this is a no-op guarantee: strong failures: directory add errors requires: object != 0 rationale: this is mainly meant to allow calling SetDirectory(0) on arbitrary objects, but it also tries to do the right thing when adding objects to a directory. More...
|
|