![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "platexobj_utils.h"
Go to the source code of this file.
Functions | |
void | platexobj_updateId (PLatexObj &obj) |
Update the id of the PLatexObj. More... | |
void | platexobj_updateId (PLatexObj &obj, long unsigned int &id) |
Update the id of the PLatexObj. More... | |
void platexobj_updateId | ( | PLatexObj & | obj | ) |
Update the id of the PLatexObj.
[out] | obj | : PLatexObj to be updated |
Definition at line 28 of file platexobj_updateId.cpp.
References platexobj_updateId().
void platexobj_updateId | ( | PLatexObj & | obj, |
long unsigned int & | id | ||
) |
Update the id of the PLatexObj.
[out] | obj | : PLatexObj to be updated |
[out] | id | : current id |
Definition at line 14 of file platexobj_updateId.cpp.
References PLatexObj::getVecContent(), and PLatexObj::setId().
Referenced by platexobj_updateId(), and processAllFile().