Classdesc 3.44
|
descriptor access to a class's privates More...
Go to the source code of this file.
Namespaces | |
namespace | classdesc |
Contains definitions related to classdesc functionality. | |
namespace | classdesc_access |
Contains access_* structs, and nothing else. These structs are used to gain access to private members. |
Macros | |
#define | CLASSDESC_ACCESS(type) |
add friend statements for each accessor function | |
#define | CLASSDESC_ACCESS_TEMPLATE(type) |
descriptor access to a class's privates
#define CLASSDESC_ACCESS | ( | type | ) |
add friend statements for each accessor function
This declaration is necessary for classes with private/protected parts and descriptors where -respect_private has not been specified
type | the name of the enclosing class |
#define CLASSDESC_ACCESS_TEMPLATE | ( | type | ) |