Jamoma API  0.6.0.a19
TTAddressCache.h
1 /*
2  * TTBlue Class for caching common address for speed
3  * Copyright © 2011, Théo de la Hogue
4  *
5  * License: This code is licensed under the terms of the "New BSD License"
6  * http://creativecommons.org/licenses/BSD/
7  */
8 
9 #if !defined( __TT_NODE_ADDRESS_CACHE_H__ ) && !defined ( DISABLE_NODELIB )
10 #define __TT_NODE_ADDRESS_CACHE_H__
11 
12 #include "TTAddress.h"
13 #include "TTAddressTable.h"
14 
15 extern TTFOUNDATION_EXPORT TTAddressTable gTTAddressTable;
16 
17 extern TTFOUNDATION_EXPORT TTAddress kTTAdrsEmpty;
18 extern TTFOUNDATION_EXPORT TTAddress kTTAdrsRoot;
19 extern TTFOUNDATION_EXPORT TTAddress kTTAdrsZero;
20 
21 //void TTAddressCacheInit();
22 
23 #endif // __TT_NODE_ADDRESS_CACHE_H__
24 
The TTAddress class is used to represent a string and efficiently pass and compare that string...
Definition: TTAddress.h:29
The TTAddressTable class is a second symbol table, but used only for addresses to keep lookups fast...