TSystem Abstract base class defining a generic interface to the underlying Operating System. This is not an ABC in the strict sense of the (C++) word. For every member function their is an implementation (often not more than a call to AbstractMethod() which prints a warning saying that the method should be overridden in a derived class), which allows a simple partial implementation for new OS'es.
UserGroup_t() | |
UserGroup_t(const UserGroup_t&) | |
~UserGroup_t() | |
UserGroup_t& | operator=(const UserGroup_t&) |