| 450 | virtual identity_type type() const { return IDTYPE_CLASS; } |
| 451 | |
| 452 | const char *getOriginalName() const { return original_name ? original_name : getName(); } |
| 453 | |
| 454 | public: |
| 455 | static const virtual_identity *get(virtual_ptr instance_ptr); |
no outgoing calls
no test coverage detected