24 #ifndef GF_INPUT_STREAMS_H    25 #define GF_INPUT_STREAMS_H    30 #include "InputStream.h"    32 #include "Portability.h"    35 #ifndef DOXYGEN_SHOULD_SKIP_THIS    62     virtual std::size_t read(
void* data, std::size_t size) 
override;
    64     virtual long seek(
long position) 
override;
    66     virtual long tell() 
override;
    68     virtual std::size_t getSize() 
override;
    93     virtual std::size_t read(
void* data, std::size_t size) 
override;
    95     virtual long seek(
long position) 
override;
    97     virtual long tell() 
override;
    99     virtual std::size_t getSize() 
override;
   107 #ifndef DOXYGEN_SHOULD_SKIP_THIS   112 #endif // GF_INPUT_STREAMS_H 
The namespace for gf classes. 
Definition: Action.h:34
 
boost::filesystem::path Path
A path in the filesystem. 
Definition: Path.h:41