#include <osvr/Util/CSV.h>
Public Member Functions | |
CSVRowProxy (CSVRowProxy const &)=delete | |
non-copyable | |
CSVRowProxy & | operator= (CSVRowProxy const &)=delete |
non-assignable | |
CSVRowProxy (CSVRowProxy &&other) | |
move constructible More... | |
~CSVRowProxy () | |
template<typename... CellArgs> | |
void | add (Cell< CellArgs...> const &c) |
Returned by calls to .row() on a CSV object (you'll never need instantiate manually), and only really interacted with using the operator<< and cell() calls.
Intended only to survive a single statement, and for only one to be alive (for a given CSV object) at a time. You have been warned.
|
inline |
|
inline |
|
inline |