| 260 | LPCSTR CSE_Abstract::name() const { return (*s_name); } |
| 261 | |
| 262 | LPCSTR CSE_Abstract::name_replace() const { return (s_name_replace); } |
| 263 | |
| 264 | Fvector& CSE_Abstract::position() { return (o_Position); } |
| 265 |
no outgoing calls
no test coverage detected