43 for(std::vector<PLatexObj>::const_iterator it(vecObj.begin()); it != vecObj.end(); ++it){
71 for(PVecLatexObj::const_iterator it(vecObj.begin()); it != vecObj.end(); ++it){
const std::vector< PLatexObj > & getVecContent() const
Gets the vecContent of the PLatexObj.
const PString & getBalise() const
Gets the balise of the PLatexObj.
const PString & getLabelName() const
Gets the labelName of the PLatexObj.
const PLatexType::PLatexType & getType() const
Gets the type of the PLatexObj.
const PString & getName() const
Gets the name of the PLatexObj.
long unsigned int getId() const
Gets the id of the PLatexObj.
std::string valueToString(const T &val)
Convert a type into a string.
PLatexType
Type of the PLatexObj.
PString platexobj_createLabelSearchLink(const PString &labelName)
Create the link to the label of the current PLatexObj if it exist.
PString platexobj_htmlStrUrl(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_htmlStrTextDebug(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_htmlStrTextBf(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_htmlStrText(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_htmlStrGetEnv(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_htmlStrRef(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_htmlStrTextIt(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_textFile(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_textHref(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_text(const std::vector< PLatexObj > &vecObj)
Convert a PLatexObj in text.
PString platexobj_textExtraFunction(const PLatexObj &obj)
Convert a PLatexObj into a string.
PString platexobj_htmlStrImage(const PLatexObj &obj)
Convert a PLatexObj into a string.
std::vector< PLatexObj > PVecLatexObj
Vector of obj.