File: reflection_cxx.result

package info (click to toggle)
tarantool 2.6.0-1.4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 85,412 kB
  • sloc: ansic: 513,775; cpp: 69,493; sh: 25,650; python: 19,190; perl: 14,973; makefile: 4,178; yacc: 1,329; sql: 1,074; pascal: 620; ruby: 190; awk: 18; lisp: 7
file content (31 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1..30
ok 1 - type.name
ok 2 - type.parent
ok 3 - type.parent
ok 4 - is_instance
ok 5 - is_instance
ok 6 - is_instance
ok 7 - is_instance
ok 8 - methods order
ok 9 - methods order
ok 10 - methods order
ok 11 - methods order
ok 12 - methods order
ok 13 - method.owner
ok 14 - method.name
ok 15 - method.rtype (non void)
ok 16 - method.rtype (void)
ok 17 - method.nargs (zero)
ok 18 - method.nargs (non-zero)
ok 19 - method.atype
ok 20 - method.isconst
ok 21 - !method.isconst
ok 22 - !invokable<invalid args>
ok 23 - !invokable<extra args>
ok 24 - !invokable<>(invalid object)
ok 25 - invokable<const char *>
ok 26 - invokable<void, const char *>
ok 27 - invoke (int)
ok 28 - invoke (const char *)
ok 29 - invoke (void)
ok 30 - !invokable<>() on const method with non-const object