Fn_Test class.
More...
#include <func.h>
|
const char * | member (char, int) throw (std::out_of_range) |
| A member function. More...
|
|
Fn_Test class.
Details about Fn_Test.
Definition at line 1 of file func.h.
const char * Fn_Test::member |
( |
char |
c, |
|
|
int |
n |
|
) |
| |
throw | ( | std::out_of_range |
| ) | | |
A member function.
- Parameters
-
c | a character. |
n | an integer. |
- Exceptions
-
std::out_of_range | parameter is out of range. |
- Returns
- a character pointer.
Definition at line 7 of file func.h.
The documentation for this class was generated from the following file:
- doxygen-1.8.11/examples/func.h