| 269 | #endif // HAVE_LOG |
| 270 | |
| 271 | void Glue::_init_() { |
| 272 | #ifdef HAVE_LOG |
| 273 | // print glue types |
| 274 | __log << "elements in _glueTypes" << endl; |
| 275 | for (auto x : _glueTypes) __log << "\t" << x << endl; |
| 276 | __log << endl; |
| 277 | #endif // HAVE_LOG |
| 278 | } |
| 279 | |
| 280 | void Glue::_free_() { |
| 281 | // delete glue-types |
nothing calls this directly
no outgoing calls
no test coverage detected