A Wrapper of FILE Reading. This class is given to WordContainer class as its template argument.
More...
#include <lazy_deque.hh>
|
| | LazyDeque (FILE *file, bool isBinary=false) |
| |
|
std::pair< Alphabet, double > | operator[] (std::size_t n) |
| |
|
std::pair< Alphabet, double > | at (std::size_t n) |
| |
|
std::size_t | size () const |
| |
|
void | setFront (std::size_t newFront) |
| | Update the internal front. The elements before the front are removed.
|
| |
|
bool | fetch (std::size_t n) noexcept |
| |
A Wrapper of FILE Reading. This class is given to WordContainer class as its template argument.
◆ LazyDeque()
| LazyDeque::LazyDeque |
( |
FILE * |
file, |
|
|
bool |
isBinary = false |
|
) |
| |
|
inline |
- Parameters
-
| [in] | file | The FILE-pointer of the file in which the input timed word is. |
| [in] | isBinary | A flag if the input is in a binary file. |
The documentation for this class was generated from the following file: