; docformat = 'rst' function mgfftextfile::_overloadString compile_opt strictarr end function mgfftextfile::_overloadDot, name compile_opt strictarr end function mgfftextfile::_overloadBrackets, sbounds compile_opt strictarr end function mgfftextfile::init, filename=filename compile_opt strictarr ;if (~self->IDL_OverloadObject(_extra=e)) then return, 0 self.filename = n_elements(filename) eq 0L ? '' : filename return, 1 end pro mgfftextfile__define compile_opt strictarr define = { MGffTextFile, $; inherits IDL_OverloadObject, $ filename:'' $ } end