COOPY » Guide  version 0.6.5
Public Member Functions
coopy::store::FileIO Class Reference

#include <FileIO.h>

Public Member Functions

 FileIO ()
virtual ~FileIO ()
bool open (const char *src, const Property &config)
bool openForWrite (const char *dest, const Property &config)
bool close ()
size_t fread (void *ptr, size_t size, size_t nmemb)
bool isPiped ()
bool isValid ()
bool openAndWrite (const std::string &txt, const Property &config)
FILE * get ()

Detailed Description

Definition at line 14 of file FileIO.h.


Constructor & Destructor Documentation

coopy::store::FileIO::FileIO ( ) [inline]

Definition at line 21 of file FileIO.h.

References NULL.

virtual coopy::store::FileIO::~FileIO ( ) [inline, virtual]

Definition at line 28 of file FileIO.h.

References close().


Member Function Documentation

bool FileIO::close ( )

Definition at line 70 of file FileIO.cpp.

References NULL.

Referenced by ~FileIO().

size_t FileIO::fread ( void *  ptr,
size_t  size,
size_t  nmemb 
)

Definition at line 80 of file FileIO.cpp.

References NULL.

Referenced by coopy::format::FormatSniffer::wrap().

FILE* coopy::store::FileIO::get ( ) [inline]

Definition at line 50 of file FileIO.h.

Referenced by main().

bool coopy::store::FileIO::isPiped ( ) [inline]

Definition at line 40 of file FileIO.h.

bool coopy::store::FileIO::isValid ( ) [inline]

Definition at line 44 of file FileIO.h.

References NULL.

bool FileIO::open ( const char *  src,
const Property config 
)
bool FileIO::openAndWrite ( const std::string &  txt,
const Property config 
)
bool FileIO::openForWrite ( const char *  dest,
const Property config 
)

Definition at line 9 of file FileIO.cpp.

References NULL.

Referenced by main().


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines