Jamoma API  0.6.0.a19
DictionaryLib.cpp
Go to the documentation of this file.
1 /** @file
2  *
3  * @ingroup graphDictionaryLib
4  *
5  * @brief Extension Class for Jamoma Graph
6  *
7  * @details
8  *
9  * @authors Timothy Place
10  *
11  * @copyright Copyright © 2010 by Timothy Place @n
12  * This code is licensed under the terms of the "New BSD License" @n
13  * http://creativecommons.org/licenses/BSD/
14  */
15 
16 #include "TTGraphAPI.h"
17 #include "TTDictionaryAppend.h"
18 
19 
20 extern "C" TT_EXTENSION_EXPORT TTErr TTLoadJamomaExtension_DictionaryLib(void)
21 {
22  TTGraphInit();
23 
24  TTDictionaryAppend::registerClass();
25 
26  return kTTErrNone;
27 }
28 
Object that appends keys/values to a dictionary.
Jamoma Asynchronous Object Graph Layer.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
Definition: TTBase.h:342
No Error.
Definition: TTBase.h:343