The Pedigree Project
0.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
modules
subsys
native
include
pedigree
native
demo.h
1
/*
2
* Copyright (c) 2008-2014, Pedigree Developers
3
*
4
* Please see the CONTRIB file in the root of the source tree for a full
5
* list of contributors.
6
*
7
* Permission to use, copy, modify, and distribute this software for any
8
* purpose with or without fee is hereby granted, provided that the above
9
* copyright notice and this permission notice appear in all copies.
10
*
11
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18
*/
19
20
#ifndef _PEDIGREE_DEMO_H
21
#define _PEDIGREE_DEMO_H
22
23
#include "pedigree/native/compiler.h"
24
#include "pedigree/native/types.h"
25
26
#include "pedigree/native/Object.h"
27
29
class
EXPORTED_PUBLIC
Demo
:
public
Object
30
{
31
public
:
32
Demo
();
33
virtual
~
Demo
();
34
35
void
something();
36
45
virtual
uint64_t
guid
()
const
46
{
47
return
0xdeadbeef;
48
}
49
};
50
51
#endif
Object
Definition:
Object.h:26
EXPORTED_PUBLIC
#define EXPORTED_PUBLIC
Definition:
system/include/pedigree/kernel/compiler.h:78
Demo::guid
virtual uint64_t guid() const
Definition:
demo.h:45
Demo
Definition:
demo.h:29
Generated on Fri Jan 24 2020 06:46:12 for The Pedigree Project by
1.8.11