Implementation for Playback.
#include <Playback.hpp>
|
|
using | row_t = std::vector< std::vector< double > > |
| |
|
|
bool | fromFile (const std::string &fileName) |
| |
|
std::size_t | getNumRows () const |
| |
|
std::size_t | getCurrentRowIndex () const |
| |
|
bool | hasNextRow () const |
| |
|
const row_t::value_type & | getNextRow () |
| |
|
void | reset () |
| |
|
|
row_t | storage |
| |
|
row_t::const_iterator | iter |
| |
The documentation for this class was generated from the following files:
- libraries/Playback/Playback.hpp
- libraries/Playback/Playback.cpp