#include <rvc/objtype.h>
#include <rvc/otypeset.h>
#include <rvc/objitem.h>
#include <rvc/linkitem.h>
#include <mi32/datetime.h>
#include <mi32/observer.h>
#include <mi32/simplear.h>
#include <rvc/credentials.h>
#include <mi32/stddefns.h>
Include dependency graph for object.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | RVC |
Classes | |
| class | RVC::OBJECT |
| The base class for all RVC objects. More... | |
| class | RVC::OBJECT::CONST_ITERATOR |
| Constant iterator class. More... | |
| class | RVC::OBJECT::FILTER |
| Base class for method filters. More... | |
| class | RVC::OBJECT::FILTER_NEWERTHANPARENT |
| Class filter designed to select objects that are newer than their parent. More... | |
| class | RVC::OBJECT::FILTER_OBJTYPESET |
| Class filter designed to select objects based on an OBJTYPESET. More... | |
| class | RVC::OBJECT::ITERATOR |
| Iterator class. More... | |
| class | RVC::OBJECT::TOPLEVELNAMECHANGE |
| Class used by methods that perform creation of top level objects outside of CopyObjectTo() methods to assist the copying of link objects when the link should refer to the destination object but the name of the top level object has changed. More... | |
| class | RVC::OBJECT::UNIQUECHILDNAMEFILTER |
| class | RVC::OBJECT::UNIQUENAMEFILTER |
| Interface class to filter out not unique names based on the starting name. More... | |
| class | RVC::OBJECTOBSERVER |
| Base RVC observer class. More... | |
Defines | |
| #define | RVC_DEFAULT_CREDENTIALS = 0 |
Functions | |
| RVC::DEFINE_ENUM_OPERATORS (OBJECT::COPYFLAGS) | |
Definition in file object.h.
1.5.2