14 std::cout <<
"PLatexObj(type = "<<obj.
getType()<<
", labelName = '"<<obj.
getLabelName()<<
"')" << std::endl;
16 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 & getLabelName() const
Gets the labelName of the PLatexObj.
const PLatexType::PLatexType & getType() const
Gets the type of the PLatexObj.
void platexobj_print(const PLatexObj &obj)
Print all PLatexObj.
std::vector< PLatexObj > PVecLatexObj
Vector of obj.