;; Object semantic.cache ;; SEMANTICDB Tags save file (semanticdb-project-database "semantic.cache" :file "semantic.cache" :tables (list (semanticdb-table "sound_manager.hpp" :file "sound_manager.hpp" :pointmax 1813 :major-mode 'c++-mode :tokens '(("__SOUND_MANAGER_H__" variable nil nil ((const . t)) nil nil [29 59]) ("string" include t nil nil [58 75]) ("vector" include t nil nil [76 93]) ("map" include t nil nil [94 108]) ("AL/alc.h" include t nil nil [110 129]) ("AL/al.h" include t nil nil [130 148]) ("ClanLib/Core/Math/cl_vector.h" include t nil nil [150 190]) ("SoundHandle" type "typedef" nil ("void") ((pointer . 1) (typedef "void")) nil nil [192 218]) ("SoundFile" type "class" nil nil nil nil nil [220 236]) ("SoundSource" type "class" nil nil nil nil nil [237 255]) ("StreamSoundSource" type "class" nil nil nil nil nil [256 280]) ("SoundManager" type "class" (("public" label ((reparse-symbol . classsubparts)) [303 310]) ("SoundManager" function ("SoundManager" type "class") nil ((constructor . t) (prototype . t)) nil ((reparse-symbol . classsubparts)) [313 328]) ("SoundManager" function "void" nil ((typemodifiers "virtual") (destructor . t) (prototype . t)) nil ((reparse-symbol . classsubparts)) [331 355]) ("enable_sound" function ("void") (("sound_enabled" variable ("bool" type "class") nil nil nil nil [377 396])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [359 397]) ("create_sound_source" function ("SoundSource" type "class") (("filename" variable ("std::string" type "class") nil ((const . t)) nil nil [709 737])) ((pointer . 1) (prototype . t)) nil ((reparse-symbol . classsubparts)) [676 738]) ("play" function ("void") (("name" variable ("std::string" type "class") nil ((const . t)) nil nil [833 857]) ("pos" variable ("CL_Vector" type "class") "CL_Vector(-1, -1, -1)" ((const . t)) nil nil [858 902])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [823 904]) ("set_listener_position" function ("void") (("position" variable ("CL_Vector" type "class") nil nil nil nil [935 954])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [908 955]) ("set_listener_velocity" function ("void") (("velocity" variable ("CL_Vector" type "class") nil nil nil nil [985 1004])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [958 1005]) ("enable_music" function ("void") (("music_enabled" variable ("bool" type "class") nil nil nil nil [1027 1046])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [1009 1047]) ("play_music" function ("void") (("filename" variable ("std::string" type "class") nil ((const . t)) nil nil [1066 1094]) ("fade" variable ("bool" type "class") "true)" nil nil nil [1095 1112])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [1050 1113]) ("update" function ("void") nil ((prototype . t)) nil ((reparse-symbol . classsubparts)) [1117 1131]) ("private" label ((reparse-symbol . classsubparts)) [1133 1141]) ("SoundSource" type "class" nil nil nil nil ((reparse-symbol . classsubparts)) [1151 1169]) ("StreamSoundSource" type "class" nil nil nil nil ((reparse-symbol . classsubparts)) [1179 1203]) ("load_file_into_buffer" function ("ALuint" type "class") (("filename" variable ("std::string" type "class") nil ((const . t)) nil nil [1243 1271])) ((typemodifiers "static") (prototype . t)) nil ((reparse-symbol . classsubparts)) [1207 1272]) ("get_sample_format" function ("ALenum" type "class") (("file" variable ("SoundFile" type "class") nil ((pointer . 1)) nil nil [1307 1323])) ((typemodifiers "static") (prototype . t)) nil ((reparse-symbol . classsubparts)) [1275 1324]) ("print_openal_version" function ("void") nil ((prototype . t)) nil ((reparse-symbol . classsubparts)) [1328 1356]) ("check_alc_error" function ("void") (("message" variable "char" nil ((const . t) (pointer . 1)) nil nil [1380 1400])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [1359 1401]) ("check_al_error" function ("void") (("message" variable "char" nil ((const . t) (pointer . 1)) nil nil [1431 1451])) ((typemodifiers "static") (prototype . t)) nil ((reparse-symbol . classsubparts)) [1404 1452]) ("device" variable ("ALCdevice" type "class") nil ((pointer . 1)) nil nil [1456 1474]) ("context" variable ("ALCcontext" type "class") nil ((pointer . 1)) nil nil [1477 1497]) ("sound_enabled" variable ("bool" type "class") nil nil nil nil [1500 1519]) ("SoundBuffers" type "typedef" nil ("std::map") ((typedef "std::map" type "class")) nil nil [1523 1574]) ("buffers" variable ("SoundBuffers" type "class") nil nil nil nil [1577 1598]) ("SoundSources" type "typedef" nil ("std::vector") ((typedef "std::vector" type "class")) nil nil [1601 1648]) ("sources" variable ("SoundSources" type "class") nil nil nil nil [1651 1672]) ("music_source" variable ("StreamSoundSource" type "class") nil ((pointer . 1)) nil nil [1676 1708]) ("next_music_source" variable ("StreamSoundSource" type "class") nil ((pointer . 1)) nil nil [1711 1748]) ("music_enabled" variable ("bool" type "class") nil nil nil nil [1752 1771]) ("current_music" variable ("std::string" type "class") nil nil nil nil [1774 1800])) nil nil nil nil [282 1803])) :unmatched-syntax '((FRIEND 1172 . 1178) (FRIEND 1144 . 1150)) ) (semanticdb-table "sound_source.hpp" :file "sound_source.hpp" :pointmax 551 :major-mode 'c++-mode :tokens '(("__SOUND_SOURCE_H__" variable nil nil ((const . t)) nil nil [28 57]) ("AL/al.h" include t nil nil [56 74]) ("ClanLib/Core/Math/cl_vector.h" include t nil nil [75 115]) ("SoundSource" type "class" (("public" label ((reparse-symbol . classsubparts)) [137 144]) ("SoundSource" function ("SoundSource" type "class") nil ((constructor . t) (prototype . t)) nil ((reparse-symbol . classsubparts)) [147 161]) ("SoundSource" function "void" nil ((typemodifiers "virtual") (destructor . t) (prototype . t)) nil ((reparse-symbol . classsubparts)) [164 187]) ("play" function ("void") nil ((prototype . t)) nil ((reparse-symbol . classsubparts)) [191 203]) ("stop" function ("void") nil ((prototype . t)) nil ((reparse-symbol . classsubparts)) [206 218]) ("playing" function ("bool" type "class") nil ((prototype . t)) nil ((reparse-symbol . classsubparts)) [221 236]) ("set_looping" function ("void") (("looping" variable ("bool" type "class") nil nil nil nil [257 270])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [240 271]) ("set_gain" function ("void") (("gain" variable "float" nil nil nil nil [336 347])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [322 348]) ("set_position" function ("void") (("position" variable ("CL_Vector" type "class") nil nil nil nil [369 388])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [351 389]) ("set_velocity" function ("void") (("position" variable ("CL_Vector" type "class") nil nil nil nil [410 429])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [392 430]) ("set_reference_distance" function ("void") (("distance" variable "float" nil nil nil nil [461 476])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [433 477]) ("protected" label ((reparse-symbol . classsubparts)) [479 489]) ("SoundManager" type "class" nil nil nil nil ((reparse-symbol . classsubparts)) [499 518]) ("source" variable ("ALuint" type "class") nil nil nil nil [524 538])) nil nil nil nil [117 541])) :unmatched-syntax '((FRIEND 492 . 498)) ) (semanticdb-table "stream_sound_source.hpp" :file "stream_sound_source.hpp" :pointmax 778 :major-mode 'c++-mode :tokens '(("__STREAM_SOUND_SOURCE_H__" variable nil nil ((const . t)) nil nil [35 71]) ("stdio.h" include t nil nil [70 88]) ("sound_source.hpp" include nil nil nil [89 116]) ("SoundFile" type "class" nil nil nil nil nil [118 134]) ("StreamSoundSource" type "class" (("public" label ((reparse-symbol . classsubparts)) [183 190]) ("StreamSoundSource" function ("StreamSoundSource" type "class") (("file" variable ("SoundFile" type "class") nil ((pointer . 1)) nil nil [211 227])) ((constructor . t) (prototype . t)) nil ((reparse-symbol . classsubparts)) [193 228]) ("StreamSoundSource" function "void" nil ((typemodifiers "virtual") (destructor . t) (prototype . t)) nil ((reparse-symbol . classsubparts)) [231 260]) ("FadeState" type "enum" (("NoFading" variable "int" nil ((const . t)) nil ((reparse-symbol . enumsubparts)) [281 290]) ("FadingOn" variable "int" nil ((const . t)) nil ((reparse-symbol . enumsubparts)) [291 300]) ("FadingOff" variable "int" nil ((const . t)) nil ((reparse-symbol . enumsubparts)) [301 312])) nil nil nil ((reparse-symbol . classsubparts)) [264 313]) ("setFading" function ("void") (("state" variable ("FadeState" type "class") nil nil nil nil [332 348]) ("fadetime" variable "float" nil nil nil nil [349 364])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [317 365]) ("update" function ("void") nil ((prototype . t)) nil ((reparse-symbol . classsubparts)) [368 382]) ("private" label ((reparse-symbol . classsubparts)) [386 394]) ("STREAMFRAGMENTS" variable ("size_t" type "class") "5" ((const . t) (typemodifiers "static")) nil nil [450 490]) ("STREAMFRAGMENTS" variable "int" nil nil nil nil [558 574]) ("fillBufferAndQueue" function ("void") (("buffer" variable ("ALuint" type "class") nil nil nil nil [602 616])) ((prototype . t)) nil ((reparse-symbol . classsubparts)) [578 617]) ("file" variable ("SoundFile" type "class") nil ((pointer . 1)) nil nil [620 636]) ("buffers" variable ("ALuint" type "class") nil ((dereference . 1)) nil nil [639 671]) ("format" variable ("ALenum" type "class") nil nil nil nil [674 688]) ("fade_state" variable ("FadeState" type "class") nil nil nil nil [692 713]) ("fade_start_ticks" variable "unsigned int" nil nil nil nil [716 746]) ("fade_time" variable "float" nil nil nil nil [749 765])) (("SoundSource")) nil nil nil [136 768])) :unmatched-syntax '((punctuation 556 . 557) (symbol 539 . 555) (punctuation 537 . 538) (symbol 513 . 531) (symbol 506 . 512) (CONST 500 . 505) (STATIC 493 . 499) (punctuation 446 . 447) (number 443 . 446) (punctuation 441 . 442) (number 436 . 440) (punctuation 434 . 435) (symbol 417 . 433) (symbol 410 . 416) (CONST 404 . 409) (STATIC 397 . 403)) ) (semanticdb-table "stream_sound_source.cpp" :file "stream_sound_source.cpp" :pointmax 2751 :major-mode 'c++-mode :tokens '(("config.h" include t nil nil [1 20]) ("SDL.h" include t nil nil [22 22]) ("stream_sound_source.hpp" include nil nil nil [22 56]) ("sound_manager.hpp" include nil nil nil [57 85]) ("sound_file.hpp" include nil nil nil [86 111]) ("StreamSoundSource" function ("StreamSoundSource" type "class") (("file" variable ("SoundFile" type "class") nil ((pointer . 1)) nil nil [190 206])) ((parent . "StreamSoundSource") (constructor . t)) nil nil [153 562]) ("StreamSoundSource" function "void" nil ((parent . "StreamSoundSource") (destructor . t)) nil nil [564 719]) ("update" function ("void") nil ((parent . "StreamSoundSource")) nil nil [721 1924]) ("setFading" function ("void") (("state" variable ("FadeState" type "class") nil nil nil nil [1960 1976]) ("fade_time" variable "float" nil nil nil nil [1977 1993])) ((parent . "StreamSoundSource")) nil nil [1926 2106]) ("fillBufferAndQueue" function ("void") (("buffer" variable ("ALuint" type "class") nil nil nil nil [2151 2165])) ((parent . "StreamSoundSource")) nil nil [2108 2750])) ) ) )