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