Google OR-Tools: operations_research::CachedLog Class Reference
Definition at line 27 of file cached_log.h.
#include <cached_log.h>
Public Member Functions | |
| CachedLog () | |
| CachedLog (const CachedLog &)=delete | |
| CachedLog & | operator= (const CachedLog &)=delete |
| ~CachedLog () | |
| void | Init (int cache_size) |
| double | Log2 (int64_t input) const |
| operations_research::CachedLog::CachedLog | ( | ) |
◆ CachedLog() [2/2]
|
delete |
◆ ~CachedLog()
| operations_research::CachedLog::~CachedLog | ( | ) |
◆ Init()
| void operations_research::CachedLog::Init | ( | int | cache_size | ) |
◆ Log2()
| double operations_research::CachedLog::Log2 | ( | int64_t | input | ) | const |
◆ operator=()
The documentation for this class was generated from the following files:
- ortools/util/cached_log.h
- ortools/util/cached_log.cc