COVISE Core
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::coFileInfo ( const char *  s,
int  fd 
)

◆ ~coFileInfo()

coFileInfo::~coFileInfo ( )

Member Data Documentation

◆ buf_

char* covise::coFileInfo::buf_

◆ fd_

int covise::coFileInfo::fd_

◆ info_

struct stat covise::coFileInfo::info_

◆ limit_

unsigned int covise::coFileInfo::limit_

◆ map_

char* covise::coFileInfo::map_

◆ name_

char* covise::coFileInfo::name_

◆ pos_

off_t covise::coFileInfo::pos_

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