The Pedigree Project  0.1
Public Member Functions | List of all members
Demo Class Reference

#include <demo.h>

+ Inheritance diagram for Demo:
+ Collaboration diagram for Demo:

Public Member Functions

void something ()
 
virtual uint64_t guid () const
 

Detailed Description

Object is merely the base class for all native subsystem objects.

Definition at line 29 of file demo.h.

Member Function Documentation

virtual uint64_t Demo::guid ( ) const
inlinevirtual

Retrieves the global unique identifier for this class.

The global unique identifier is used when creating a new object to register the application object with the kernel. This identifier must match with the kernel's mapping of identifiers to kernel classes otherwise the system calls will fail in unexpected ways.

Implements Object.

Definition at line 45 of file demo.h.


The documentation for this class was generated from the following files: