COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
covise::coFileInfo Class Reference

#include <coFileUtil.h>

Public Member Functions

 coFileInfo (const char *, int fd)
 
 ~coFileInfo ()
 

Public Attributes

char * name_
 
int fd_
 
char * map_
 
struct stat info_
 
off_t pos_
 
char * buf_
 
unsigned int limit_
 

Constructor & Destructor Documentation

coFileInfo::coFileInfo ( const char *  s,
int  fd 
)
coFileInfo::~coFileInfo ( )

Member Data Documentation

char* covise::coFileInfo::buf_
int covise::coFileInfo::fd_
struct stat covise::coFileInfo::info_
unsigned int covise::coFileInfo::limit_
char* covise::coFileInfo::map_
char* covise::coFileInfo::name_
off_t covise::coFileInfo::pos_

The documentation for this class was generated from the following files: