| 
    Orxonox
    0.0.5 Codename: Arcturus
    
   | 
 
#include "mac/MacHIDManager.h"#include "mac/MacJoyStick.h"#include "OISException.h"#include "OISObject.h"#include <iostream>Functions | |
| template<typename T > | |
| T | getArrayItemAsRef (CFArrayRef array, CFIndex idx) | 
| template<> | |
| CFDictionaryRef | getArrayItemAsRef (CFArrayRef array, CFIndex idx) | 
| template<typename T > | |
| T | getDictionaryItemAsRef (CFDictionaryRef dict, const char *keyName) | 
| template<> | |
| CFArrayRef | getDictionaryItemAsRef (CFDictionaryRef dict, const char *keyName) | 
| template<> | |
| CFStringRef | getDictionaryItemAsRef (CFDictionaryRef dict, const char *keyName) | 
| template<> | |
| CFNumberRef | getDictionaryItemAsRef (CFDictionaryRef dict, const char *keyName) | 
| int | getInt32 (CFNumberRef ref) | 
| T getArrayItemAsRef | ( | CFArrayRef | array, | 
| CFIndex | idx | ||
| ) | 
| CFDictionaryRef getArrayItemAsRef | ( | CFArrayRef | array, | 
| CFIndex | idx | ||
| ) | 
| T getDictionaryItemAsRef | ( | CFDictionaryRef | dict, | 
| const char * | keyName | ||
| ) | 
| CFArrayRef getDictionaryItemAsRef | ( | CFDictionaryRef | dict, | 
| const char * | keyName | ||
| ) | 
| CFStringRef getDictionaryItemAsRef | ( | CFDictionaryRef | dict, | 
| const char * | keyName | ||
| ) | 
| CFNumberRef getDictionaryItemAsRef | ( | CFDictionaryRef | dict, | 
| const char * | keyName | ||
| ) | 
| int getInt32 | ( | CFNumberRef | ref | ) | 
 1.8.11