Bug 705910
2013-10-21
Check the indices goes correctly
|
This class have functions like animals do. More...
#include <human.h>
Public Member Functions | |
人間 (unsigned int i年齢) | |
constructor More... | |
bool | 読む (wchar_t *本) |
reading function More... | |
bool | 書く (wchar_t *ペン類, wchar_t *ノート類) |
drinking function More... | |
![]() | |
動物 (unsigned int i年齢) | |
constructor More... | |
virtual | ~動物 () |
destructor More... | |
bool | 食べる (wchar_t *食べ物) |
eating function More... | |
bool | 飲む (wchar_t *飲み物) |
drinking function More... | |
bool | 寝る () |
sleeping function More... | |
Additional Inherited Members | |
![]() | |
unsigned int | 年齢 |
! More... | |
This class have functions like animals do.
Test class, inherits 動物 class.
|
inline |
constructor
i年齢 | the age |
|
inline |
drinking function
Simulate drinking something
ペン類 | the tool to write with it, Like pen, pencil etc |
ノート類 | the tool to write to it. Like paper, notebook etc |
|
inline |
reading function
Simulate reading something
本 | the book to read |
本
is readable