Bug 705910
2013-10-21
Check the indices goes correctly
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
animal.h
Go to the documentation of this file.
1
10
class
動物
11
{
12
public
:
17
動物
(
unsigned
int
i年齢 ) :
年齢
( i年齢 )
18
{
19
}
20
25
virtual
~動物
()
26
{
27
}
28
36
bool
食べる
(
wchar_t
* 食べ物 )
37
{
38
return
true
;
39
}
40
48
bool
飲む
(
wchar_t
* 飲み物 )
49
{
50
return
true
;
51
}
52
59
bool
寝る
()
60
{
61
return
true
;
62
}
63
64
protected
:
65
unsigned
int
年齢
;
66
};
動物::食べる
bool 食べる(wchar_t *食べ物)
eating function
Definition:
animal.h:36
動物::年齢
unsigned int 年齢
!
Definition:
animal.h:65
動物::寝る
bool 寝る()
sleeping function
Definition:
animal.h:59
動物
This class have functions like animals do.
Definition:
animal.h:10
動物::動物
動物(unsigned int i年齢)
constructor
Definition:
animal.h:17
動物::~動物
virtual ~動物()
destructor
Definition:
animal.h:25
動物::飲む
bool 飲む(wchar_t *飲み物)
drinking function
Definition:
animal.h:48
Generated on Mon Oct 21 2013 17:50:11 for Bug 705910 by
1.8.5