X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fstl_text_reader.h;h=c966a2fd19baffeec9f0ae5833687f8f07af3da9;hb=f187e4a08ca777c6e3e5de8037d165f9eea262f2;hp=b84e8b80a771edc187cb1c5c5a920ee3b6129f96;hpb=38a5ff713757b9dc0cb67cb09613182c46dc9657;p=libsub.git diff --git a/src/stl_text_reader.h b/src/stl_text_reader.h index b84e8b8..c966a2f 100644 --- a/src/stl_text_reader.h +++ b/src/stl_text_reader.h @@ -17,11 +17,18 @@ */ +#ifndef LIBSUB_STL_TEXT_READER_H +#define LIBSUB_STL_TEXT_READER_H + #include "reader.h" #include +#include namespace sub { +/** @class STLTextReader + * @brief A class to read textual STL files + */ class STLTextReader : public Reader { public: @@ -30,9 +37,11 @@ public: private: void set (std::string name, std::string value); void maybe_push (); - boost::optional time (std::string t) const; + boost::optional