WOscMethodInfo Class Reference

#include <WOscMethod.h>

Inherits WOscInfo.

List of all members.

Public Member Functions

 WOscMethodInfo (const char *description)
 WOscMethodInfo ()

Detailed Description

Information about an OSC method. When queried for information about a method, this class defines it.

Definition at line 57 of file WOscMethod.h.


Constructor & Destructor Documentation

WOscMethodInfo::WOscMethodInfo ( const char *  description  ) 

Constructs a method-info from a string. The string should contain some information about the method.

Parameters:
description String with method description.
Exceptions:
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.

Exceptions:
None. 

Definition at line 64 of file WOscMethod.cpp.

00064                                :WOscInfo()
00065 { }


The documentation for this class was generated from the following files:
Generated on Sat Oct 23 03:05:59 2010 for WOscLib by  doxygen 1.6.3