gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <JackPortMonitor.H>
Public Member Functions | |
CompareStrings (string cn_) | |
bool | operator() (JackBaseWithPortNames *cl) |
Public Attributes | |
string | cn |
The string to compare against. More... | |
Functor to compare a jack client name to a string.
Definition at line 128 of file JackPortMonitor.H.
|
inline |
Constructor specifying the string to compare against.
cn_ | The string to compare against. |
Definition at line 135 of file JackPortMonitor.H.
|
inline |
A comparison operatator to compare a client name to a string.
cl | A pointer to the jack client to compare to. |
Definition at line 140 of file JackPortMonitor.H.
string JackPortMonitor::CompareStrings::cn |
The string to compare against.
Definition at line 130 of file JackPortMonitor.H.
GTK+ IOStream
Beta
|