Changeset 333 for cpp/frams/param/param.h
- Timestamp:
- 03/01/15 01:19:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/param.h
r319 r333 32 32 #define PARAM_NOISOLATION 4096 //< don't use proxy object in master/slave interactions 33 33 #define PARAM_DEPRECATED 8192 //< this member is deprecated 34 #define PARAM_LINECOMMENT 16384 //< Param::load() adds "@line ..." comment when loading multiline (internal use) 34 35 35 36 typedef int32_t paInt; … … 160 161 int save(VirtFILE*, const char* altname = NULL, bool force = 0); 161 162 int saveprop(VirtFILE*, int i, const char* p, bool force = 0); 162 int load(VirtFILE*, bool warn_unknown_fields=true,bool *abortable=NULL);///< @return the number of fields loaded163 int load(VirtFILE*, bool warn_unknown_fields = true, bool *abortable = NULL, int *linenum = NULL);///< @return the number of fields loaded 163 164 int load2(const SString &, int &);///< @return the number of fields loaded 164 165
Note: See TracChangeset
for help on using the changeset viewer.