|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
digitalmars.D - mmfile cleanup
Since Matthew seems to be busy, I'd like to send Walter an updated std.mmfile. I'd like to remove the "auto" from the class declaration. Also I'll change the old-style opIndex(i,val) to opIndexAssign(i,val). Are there any other changes to mmfile that people would like to see? I'll also uncomment the code in std.stream that wraps an MmFile with a stream interface. -Ben Dec 02 2004
Since Matthew seems to be busy, Dec 02 2004
Matthew wrote:Since Matthew seems to be busy, Dec 03 2004
Just a thought, but I never liked the name MmFile. I hate contractions. How would people feel about it being the uncontracted MemoryMappedFile? "Ben Hinkle" <bhinkle4 juno.com> wrote in message news:coposn$1357$1 digitaldaemon.com...Matthew wrote:Since Matthew seems to be busy, Dec 03 2004
"Ben Hinkle" <bhinkle mathworks.com> escribió en el mensaje news:conaiv$fd6$1 digitaldaemon.com... | Since Matthew seems to be busy, I'd like to send Walter an updated | std.mmfile. I'd like to remove the "auto" from the class declaration. Also | I'll change the old-style opIndex(i,val) to opIndexAssign(i,val). Are there | any other changes to mmfile that people would like to see? | | I'll also uncomment the code in std.stream that wraps an MmFile with a | stream interface. | | -Ben | | What I would really like would be seeing only one of OutBuffer, MemoryStream and MmFile. Which one, I don't know. Surely derived from std.stream.Stream, but that doesn't mean it has to be MemoryStream. ----------------------- Carlos Santander Bernal Dec 03 2004
"Carlos Santander B." <csantander619 gmail.com> wrote in message news:coqkgg$2ddd$2 digitaldaemon.com..."Ben Hinkle" <bhinkle mathworks.com> escribió en el mensaje news:conaiv$fd6$1 digitaldaemon.com... | Since Matthew seems to be busy, I'd like to send Walter an updated | std.mmfile. I'd like to remove the "auto" from the class declaration. Dec 03 2004
|