![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Functions | |
template<typename T > | |
T | stringToValue (const std::string &str) |
Convert a string into value. More... | |
template<typename T > | |
std::string | valueToString (const T &val) |
Convert a type into a string. More... | |
T stringToValue | ( | const std::string & | str | ) |
Convert a string into value.
str | : string to be converted |
Definition at line 30 of file convertToString_impl.h.
std::string valueToString | ( | const T & | val | ) |
Convert a type into a string.
val | : value to be converted |
Definition at line 19 of file convertToString_impl.h.
Referenced by checkResultConvertToString(), PString::fromValue(), getSlideNumber(), openFileStream(), PString::operator+=(), PString::operator<<(), PString::operator=(), pbiblio_entryHtml(), pbiblio_entryPage(), pbiblio_entryPageHtml(), phoenix_check(), phoenix_save_value_to_dico(), platexObj_createImageWithMathTex(), platexobj_createTitle(), platexobj_htmlStrAllPart(), platexobj_htmlStrBasicEnv(), platexobj_htmlStrCallDot(), platexobj_htmlStrCaption(), platexobj_htmlStrColumns(), platexobj_htmlStrDetail(), platexobj_htmlStrExtraEnvironement(), platexobj_htmlStrExtraFunction(), platexobj_htmlStrExtraParser(), platexobj_htmlStrHref(), platexobj_htmlStrImage(), platexobj_htmlStrQuote(), platexobj_htmlStrRendezVous(), platexobj_htmlStrSummary(), platexobj_htmlStrSvgToPng(), platexobj_htmlStrTabular(), platexobj_htmlStrTextDebug(), platexobj_htmlStrTextFootnote(), platexobj_htmlStrTextIt(), platexobj_htmlStrTimetable(), platexobj_htmlStrTimetableBlock(), platexobj_htmlStrTimetableDay(), platexobj_htmlStrTimetableEmptyBlock(), platexobj_htmlStrTimetableTime(), platexobj_htmlStrTimetableTimeRow(), platexobj_htmlStrTimetableWeek(), platexobj_htmlStrUrl(), platexobj_htmlStrWip(), platexobj_textExtraFunction(), platexobj_textHref(), platexobj_theme_update_var(), platexobj_updateFileName(), platexobj_updateLink(), PLog::resize(), testConvertToString(), PString::toString(), updateFigureNumberCaption(), useMapLabelCite(), and vecNumberToString().