Move stuff around (again!)

This commit is contained in:
Jean-Marc Lasgouttes 2013-02-15 17:14:29 +01:00
parent 47b8ab14db
commit 8cb9707b17

View File

@ -175,13 +175,6 @@ public:
* re-reading. Useful when changing catcodes. */
void deparse();
///
CatCode catcode(char_type c) const;
///
void setCatcode(char c, CatCode cat);
/// set parser to normal or verbatim mode
void setCatcodes(cat_type t);
/// change the iconv encoding of the input stream
/// according to the latex encoding and package
void setEncoding(std::string const & encoding, int const & package);
@ -190,6 +183,13 @@ public:
/// get the current iconv encoding of the input stream
std::string getEncoding() const { return encoding_iconv_; }
///
CatCode catcode(char_type c) const;
///
void setCatcode(char c, CatCode cat);
/// set parser to normal or verbatim mode
void setCatcodes(cat_type t);
///
int lineno() const { return lineno_; }
///