Next: Music_Node Functions, Previous: Music_Node Constructors and Destructors, Up: music node class definition
This map is used to form the structure of the tree. The branches are stored in the structure, with the unsigned int being an index by bell number. Index 0 is for matching any bell. Note, where a node of the tree has no branches coming off of it (because it is the end, or there is nothing else to match against) the map will be empty.
This type definition is used to provide a shorter type name to iterate the map described above.