Howto:Work with the Property Tree API: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 37: Line 37:
  long fgGetLong (const char * name, long defaultValue);
  long fgGetLong (const char * name, long defaultValue);
  fgSetLong (const char * name, long val);
  fgSetLong (const char * name, long val);
== Strings ==
= Strings =
  bool fgSetString (const char * name, const char * val);
  bool fgSetString (const char * name, const char * val);
  const char * fgGetString (const char * name, const char * defaultValue);
  const char * fgGetString (const char * name, const char * defaultValue);
2,561

edits

Navigation menu