PhotoSpec Class Reference
Specifications for the Photo example. More...
Public Member Functions | |
| PhotoSpec (const int n_n, const int n_p, const int *p) | |
Public Attributes | |
| const int | n_names |
| Number of people on picture. | |
| const int | n_prefs |
| Number of preferences. | |
| const int * | prefs |
| Array of preferences. | |
Detailed Description
Specifications for the Photo example.Definition at line 45 of file photo.cpp.
Constructor & Destructor Documentation
| PhotoSpec::PhotoSpec | ( | const int | n_n, | |
| const int | n_p, | |||
| const int * | p | |||
| ) | [inline] |
Member Data Documentation
| const int PhotoSpec::n_names |
| const int PhotoSpec::n_prefs |
| const int* PhotoSpec::prefs |
The documentation for this class was generated from the following file:
- examples/photo.cpp (Revision: 8649)
