Jamoma API  0.6.0.a19
TTApplication.h File Reference

Handles application namespace using a TTNodeDirectory and two tables to convert any TTName into a specific application name (AppName) More...

#include "TTModularIncludes.h"
#include "TTProtocol.h"
#include "TTMirror.h"
+ Include dependency graph for TTApplication.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TTApplication
 Handles application data structure like a TTNodeDirectory and a hash tables of names. More...
 

Functions

TTErr TTMODULAR_EXPORT TTApplicationProxyDataValueCallback (const TTValue &baton, const TTValue &data)
 A callback used by proxy data (see in appendData method) More...
 

Detailed Description

Handles application namespace using a TTNodeDirectory and two tables to convert any TTName into a specific application name (AppName)

some details about the class.

other details.

another details.

See also
TTApplicationManager, Protocol, TTMirror

Definition in file TTApplication.h.

Function Documentation

TTErr TTMODULAR_EXPORT TTApplicationProxyDataValueCallback ( const TTValue baton,
const TTValue data 
)

A callback used by proxy data (see in appendData method)

Parameters
baton..
data..
Returns
an error code

Definition at line 1810 of file TTApplication.cpp.

References TTValue::append(), and TTProtocolSetAttributeCallback().

+ Here is the call graph for this function: