Utility methods.
More...
#include <boost/optional.hpp>
#include <memory>
#include <string>
Go to the source code of this file.
|
#define | LIBSUB_UNUSED(x) (void)(x) |
|
|
bool | sub::empty_or_white_space (std::string s) |
|
void | sub::remove_unicode_bom (boost::optional< std::string > &line) |
|
boost::optional< std::string > | sub::get_line_file (FILE *f) |
|
boost::optional< std::string > | sub::get_line_string (std::string *s) |
|
void | sub::dump (std::shared_ptr< const Reader > read, std::ostream &os) |
|