X Struct Reference
#include <hello.h>
List of all members.
|
Public Member Functions |
| bool | f (int) |
| bool | f (int, double) |
| bool | f (int, double, char) |
| int | f (int, int, int) |
Static Public Member Functions |
| static bool | f (int, int, int, int) |
Detailed Description
Definition at line 77 of file hello.h.
Member Function Documentation
| bool X::f |
( |
int |
a, |
|
|
double |
b | |
|
) |
| | |
| bool X::f |
( |
int |
a, |
|
|
double |
b, |
|
|
char |
c | |
|
) |
| | |
| static bool X::f |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [static] |
| int X::f |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c | |
|
) |
| | |
The documentation for this struct was generated from the following files:
- opencog/python/examples/hello/hello.h
- opencog/python/examples/hello/hello.cc