company logo

TextFile :: assign - Assign text file

The function allows assigning a file, i.e. it refers to the same internal file objects as cTextFile. The reference count for the internal file object will be increased.

The function is also called when using the assign operator in OSI scripts.

Return value:   - internal feature (not documented) ( odaba::utils::TextFile & )

Implementation details

odaba::utils::TextFile & TextFile  :: assign ( odaba::utils::TextFile &cTextFile )

The function creates a copy for the text file handle passed in cTextFile. The reference count for the file object will be increased.

  • cTextFile - - internal feature (not documented)