set the array name offset of last field that was added
| 198 | |
| 199 | // set the array name offset of last field that was added |
| 200 | void cDataWriter::setArrNameOffset(int arrNameOffset) |
| 201 | { |
| 202 | dm->setArrNameOffset(level, arrNameOffset); |
| 203 | } |
| 204 | |
| 205 | // this function may be called only before finalise instance, i.e. after configure instance |
| 206 | int cDataWriter::addField(const char*lname, int lN, int arrNameOffset) |
no outgoing calls
no test coverage detected