17 PVecLatexObj::iterator it(vecObj.begin());
18 while(it != vecObj.end()){
21 it = vecObj.erase(it);
27 isPrevNewLine =
false;
38 bool isPrevNewLine(
false);
const std::vector< PLatexObj > & getVecContent() const
Gets the vecContent of the PLatexObj.
bool isNewLine(const PLatexObj &obj)
Say if the PLatexObj is a newline or not.
std::vector< PLatexObj > PVecLatexObj
Vector of obj.
void updateNewLineBase(PLatexObj &obj, bool &isPrevNewLine)
Update the new lines to ensure there are new two following.
void updateNewLine(PLatexObj &obj)
Update the new lines to ensure there are new two following.