#include <stdlib.h>
#include <deque>
#include <functional>
#include <string>
#include <stout/check.hpp>
#include <stout/foreach.hpp>
#include <stout/numify.hpp>
#include <stout/option.hpp>
#include <stout/stringify.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
|
| class | recordio::Encoder< T > |
| | Given an encoding function for individual records, this provides encoding from typed records into "Record-IO" data. More...
|
| |
| class | recordio::Decoder< T > |
| | Given a decoding function for individual records, this provides decoding from "Record-IO" data into typed records. More...
|
| |
|
| | recordio |
| | Provides facilities for "Record-IO" encoding of data.
|
| |