Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NNREThe NearlyRealEngine's global namespace
 NException
 CFileNotExistingExceptionAn exception thrown when attempting an operation on a unexisting file
 CFileNotOpeningExceptionAn exception thrown when attempting to open a file
 CIOExceptionAn exception thrown by io operation
 NIO
 CBinaryInputFileManage binary input file stream
 CBinaryInputStreamBase interface for binary input related stream
 CBinaryIOFileManage Binary Input-Output file stream
 CBinaryOutputFileManage binary output file stream
 CBinaryOutputStreamBase interface for binary output related stream
 CFileManage a file path and ensure that's the file exist before accessing it
 CFileStreamThe base interface for Input, Output and IO file
 CInputFileManage input file stream
 CInputStreamBase interface for input related stream
 CIOFileManage Input-Output file stream
 COutputFileManage output file stream
 COutputStreamBase interface for output related stream