#include <WOscMethod.h>
Inherits WOscInfo.
Public Member Functions | |
| WOscMethodInfo (const char *description) | |
| WOscMethodInfo () | |
Definition at line 57 of file WOscMethod.h.
|
|
Constructs a method-info from a string. The string should contain some information about the method.
Definition at line 56 of file WOscMethod.cpp. 00056 : WOscInfo(description) 00057 { }
|
|
|
Constructs an empty method-info object. The internal buffer is initialized to zero.
Definition at line 64 of file WOscMethod.cpp. 00064 :WOscInfo() 00065 { }
|
1.4.1