Return the char* to the name (TODO: cleaner interface??)
| 38 | |
| 39 | // Return the char* to the name (TODO: cleaner interface??) |
| 40 | char * |
| 41 | name() |
| 42 | { |
| 43 | return reinterpret_cast<char *>(this) + this->name_offset; |
| 44 | } |
| 45 | |
| 46 | static ExampleStruct * |
| 47 | alloc(int size = 0) |
no outgoing calls
no test coverage detected