|
Revision 7, 3.5 kB
(checked in by whispercastorg, 2 years ago)
|
version 0.2.0
|
| Line | |
|---|
| 1 |
;; Object net/ |
|---|
| 2 |
;; SEMANTICDB Tags save file |
|---|
| 3 |
(semanticdb-project-database-file "net/" |
|---|
| 4 |
:tables (list |
|---|
| 5 |
(semanticdb-table "main.cpp" |
|---|
| 6 |
:major-mode 'c++-mode |
|---|
| 7 |
:tags '(("main" function (:arguments (("argc" variable (:type "int") (reparse-symbol arg-sub-list) [11 20]) ("argv" variable (:pointer 2 :type "char") (reparse-symbol arg-sub-list) [21 34])) :type "int") nil [2 62])) |
|---|
| 8 |
:file "main.cpp" |
|---|
| 9 |
:pointmax 63 |
|---|
| 10 |
) |
|---|
| 11 |
(semanticdb-table "selector.cpp" |
|---|
| 12 |
:major-mode 'c++-mode |
|---|
| 13 |
:tags '(("Selector" function (:constructor-flag t :parent "Selector" :type ("Selector" type "class")) nil [2 26]) ("Selector" function (:destructor-flag t :parent "Selector" :type "void") nil [28 53]) ("RunAsDaemon" function (:parent "Selector" :type "void") nil [55 87]) ("Wait" function (:parent "Selector" :type "void") nil [88 113]) ("RunStatic" function (:parent "Selector" :arguments (("This" variable (:pointer 1 :type "void") (reparse-symbol arg-sub-list) [141 153])) :type "void") nil [116 185]) ("Run" function (:parent "Selector" :type "void") nil [187 255])) |
|---|
| 14 |
:file "selector.cpp" |
|---|
| 15 |
:pointmax 256 |
|---|
| 16 |
) |
|---|
| 17 |
(semanticdb-table "selector.h" |
|---|
| 18 |
:major-mode 'c-mode |
|---|
| 19 |
:tags '(("__SELECTOR_H__" variable (:constant-flag t) nil [25 54]) ("Selector" type (:members (("public" label nil (reparse-symbol classsubparts) [67 74]) ("Selector" function (:prototype-flag t :constructor-flag t :type ("Selector" type "class")) (reparse-symbol classsubparts) [77 88]) ("Selector" function (:prototype-flag t :destructor-flag t :type "void") (reparse-symbol classsubparts) [91 103]) ("RunAsDaemon" function (:prototype-flag t :type "void") (reparse-symbol classsubparts) [367 386]) ("Wait" function (:prototype-flag t :type "void") (reparse-symbol classsubparts) [389 401]) ("IsRunning" function (:prototype-flag t :type ("BOOL" type (:type "class") nil nil)) (reparse-symbol classsubparts) [405 422]) ("RegisterConnection" function (:prototype-flag t :arguments (("c" variable (:type ("Connection" type (:type "class") nil nil)) (reparse-symbol arg-sub-list) [450 465])) :type ("BOOL" type (:type "class") nil nil)) (reparse-symbol classsubparts) [426 466]) ("private" label nil (reparse-symbol classsubparts) [469 477]) ("Run" function (:prototype-flag t :type "void") (reparse-symbol classsubparts) [536 547]) ("RunStatic" function (:prototype-flag t :typemodifiers ("static") :arguments (("This" variable (:pointer 1 :type "void") (reparse-symbol arg-sub-list) [685 697])) :type "void") (reparse-symbol classsubparts) [663 698])) :type "class") nil [49 701])) |
|---|
| 20 |
:file "selector.h" |
|---|
| 21 |
:pointmax 710 |
|---|
| 22 |
) |
|---|
| 23 |
(semanticdb-table "types.h" |
|---|
| 24 |
:major-mode 'c-mode |
|---|
| 25 |
:tags '(("__TYPES_H_INCLUDED__" variable (:constant-flag t) nil [31 68]) ("BOOL" type (:typedef ("int") :superclasses "int" :type "typedef") nil [61 78]) ("TRUE" variable (:constant-flag t :default-value (nil)) nil [79 94]) ("FALSE" variable (:constant-flag t :default-value (nil)) nil [95 110]) ("u_long" type (:typedef ("unsigned long") :superclasses "unsigned long" :type "typedef") nil [112 141])) |
|---|
| 26 |
:file "types.h" |
|---|
| 27 |
:pointmax 150 |
|---|
| 28 |
) |
|---|
| 29 |
(semanticdb-table "errno.h" |
|---|
| 30 |
:major-mode 'c-mode |
|---|
| 31 |
:tags '(("ERRNO_H_" variable (:constant-flag t) nil [18 71]) ("GetLastError" function (:prototype-flag t :type "int") nil [68 87]) ("SetLastError" function (:prototype-flag t :arguments (("err" variable (:type "int") (reparse-symbol arg-sub-list) [148 156])) :type "void") nil [130 157])) |
|---|
| 32 |
:file "errno.h" |
|---|
| 33 |
:pointmax 179 |
|---|
| 34 |
) |
|---|
| 35 |
) |
|---|
| 36 |
:file "semantic.cache" |
|---|
| 37 |
:semantic-tag-version "2.0pre3" |
|---|
| 38 |
:semanticdb-version "2.0pre3" |
|---|
| 39 |
) |
|---|