Lines Matching full:name
11 …gled type names of a few objects and functions, obtained from `typeinfo().name`. The example also …
27 (Replace PORT with the name of the serial port to use.)
37 Type name of std::cout is: std::ostream
38 Type name of std::cin is: std::istream
40 Type name of a lambda function is: app_main::{lambda(int, int)#1}
43 obj->name() is: DerivedB
44 typeid(*obj).name() is: DerivedB
48 obj->name() is: DerivedB
49 typeid(*obj).name() is: DerivedB
53 obj->name() is: DerivedA
54 typeid(*obj).name() is: DerivedA
58 obj->name() is: DerivedB
59 typeid(*obj).name() is: DerivedB
63 obj->name() is: DerivedA
64 typeid(*obj).name() is: DerivedA