#include "gdef.h"
#include "gexception.h"
#include "gsignalsafe.h"
#include <string>
#include <iostream>
Go to the source code of this file.
|
class | G::Identity |
| A combination of user-id and group-id, with a very low-level interface to the get/set/e/uid/gid functions. More...
|
|
class | G::IdentityUser |
| A convenience class which, when used as a private base, can improve readability when calling Identity 'set' methods. More...
|
|
|
| G |
| Low-level classes for o/s services.
|
|
|
std::ostream & | G::operator<< (std::ostream &stream, const G::Identity &identity) |
|