Public Attributes | |
| struct OSCContainerStruct * | parent |
| int | numChildren |
| Name | childrenNames [MAX_CHILDREN_PER_CONTAINER] |
| struct OSCContainerStruct * | children [MAX_CHILDREN_PER_CONTAINER] |
| int | numMethods |
| Name | methodNames [MAX_METHODS_PER_CONTAINER] |
| OSCMethod | methods [MAX_METHODS_PER_CONTAINER] |
| struct OSCContainerQueryResponseInfoStruct | QueryResponseInfo |
| struct OSCContainerStruct * | next |
struct OSCContainerStruct* OSCContainerStruct::parent [read] |
Referenced by ContainerName(), gasHelp(), OSCAddContainerAlias(), OSCInitAddressSpace(), OSCNewContainer(), and OSCRemoveContainerAlias().
| Name OSCContainerStruct::childrenNames[MAX_CHILDREN_PER_CONTAINER] |
Referenced by AddSubContainer(), ContainerName(), DispatchSubMessage(), OSCRemoveContainerAlias(), and RemoveSubContainer().
struct OSCContainerStruct* OSCContainerStruct::children[MAX_CHILDREN_PER_CONTAINER] [read] |
Referenced by AddSubContainer(), ContainerName(), DispatchSubMessage(), OSCRemoveContainerAlias(), and RemoveSubContainer().
Referenced by DispatchSubMessage(), OSCInitAddressSpace(), OSCNewContainer(), and OSCNewMethod().
| Name OSCContainerStruct::methodNames[MAX_METHODS_PER_CONTAINER] |
Referenced by DispatchSubMessage(), and OSCNewMethod().
| OSCMethod OSCContainerStruct::methods[MAX_METHODS_PER_CONTAINER] |
Referenced by DispatchSubMessage(), and OSCNewMethod().
Referenced by OSCInitAddressSpace(), and OSCNewContainer().
struct OSCContainerStruct* OSCContainerStruct::next [read] |
Referenced by AllocContainer(), MakeFreeContainersList(), and OSCInitAddressSpace().
1.5.8