| 94 | } |
| 95 | |
| 96 | FFTBinaryLookup::CacheEntry::CacheEntry(const std::string & filename) |
| 97 | : m_filename(filename), m_successful_creation(false) |
| 98 | { |
| 99 | |
| 100 | } |
| 101 | |
| 102 | void FFTBinaryLookup::CacheEntry::close() |
| 103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected