|
protectedinherited |
Return true if this string is a begin of record and call Reset if Init is found.
A record has the following format : $SkipLine////$RID_beg//// SRID Version OPT
RID and SRID are used to identify the agent in which the record is processed : they are not changed @ reading Version and OPT are extracted from the istream provided. Previous version number of the .conf is kept so that it is possible to track back the evolution of the configuration from one call to the other one.
If OPT is Init, Reset is called in this method. Set allow_int to false in case it is not the required feature.
In case your SRID is set to "", the presence of SRID is not mandatory in the header record. The presence of version is not mandatory also : in this case it is set to -1 meaning not versionning. OPT is mandatory
Definition at line 120 of file DotConf.cpp.