11 #ifndef DOCUMENTS_EXAMPLEHEADER_H_ 12 #define DOCUMENTS_EXAMPLEHEADER_H_ 17 #include <boost/noncopyable.hpp> 35 class Example :
private boost::noncopyable {
47 void makeTea(
const int);
56 #endif // DOCUMENTS_EXAMPLEHEADER_H_
The namespace for the main oops code.
~Example() void makeTea(const int)
makeTea takes an argument indicating the number of teabags to be used.
Doxygen brief comment. One line only. The comment must start with ///.