Bug 705910  2013-10-21
Check the indices goes correctly
 All Classes Namespaces Files Functions Variables Enumerations Enumerator
Public Member Functions | List of all members
人間 Class Reference

This class have functions like animals do. More...

#include <human.h>

Inheritance diagram for 人間:
動物

Public Member Functions

 人間 (unsigned int i年齢)
 constructor More...
 
bool 読む (wchar_t *本)
 reading function More...
 
bool 書く (wchar_t *ペン類, wchar_t *ノート類)
 drinking function More...
 
- Public Member Functions inherited from 動物
 動物 (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

- Protected Attributes inherited from 動物
unsigned int 年齢
 ! More...
 

Detailed Description

This class have functions like animals do.

Test class, inherits 動物 class.

Constructor & Destructor Documentation

人間::人間 ( unsigned int  i年齢)
inline

constructor

Parameters
i年齢the age

Member Function Documentation

bool 人間::書く ( wchar_t *  ペン類,
wchar_t *  ノート類 
)
inline

drinking function

Simulate drinking something

Parameters
ペン類the tool to write with it, Like pen, pencil etc
ノート類the tool to write to it. Like paper, notebook etc
Returns
true if the parametars are available
bool 人間::読む ( wchar_t *  )
inline

reading function

Simulate reading something

Parameters
the book to read
Returns
true if is readable

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