#include <Bar.h>
Inheritance diagram for Bar:


Public Methods | |
| Bar (double a, int b) | |
| This constructor takes two arguments and serves as a suggested example of how ALMA methods should be documented. More... | |
| ~Bar () | |
| destructor. More... | |
These methods belong together | |
| void | transmogriphierLoad (int profile) |
| Calvin's transmogriphier must be loaded. More... | |
| int | transmogriphierUnload (void) |
| the transmogriphier must be unloaded after usage. More... | |
| void | transmogriphierStart (void) |
| this activates the transmogriphier. More... | |
Public Attributes | |
Parameters | |
| double | a |
| the first parameter. More... | |
| int | b |
| a second parameter. More... | |
Here we show inheritance from a single docified class. This example shows how to structure the members of a class, if desired.
@include: Function.h @include: Intermediate.h
|
|
This constructor takes two arguments and serves as a suggested example of how ALMA methods should be documented. It demonstrates documenting parameters exceptions, return values, and pre- and post- conditions.
|
|
|
destructor.
|
|
|
Calvin's transmogriphier must be loaded.
|
|
|
this activates the transmogriphier.
|
|
|
the transmogriphier must be unloaded after usage.
|
|
|
the first parameter.
|
|
|
a second parameter.
|