Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
 All Classes Namespaces Files Functions Typedefs Enumerations Macros Groups
pp::FileIO_Private Class Reference
Inheritance diagram for pp::FileIO_Private:
pp::FileIO pp::Resource

Public Member Functions

 FileIO_Private (const InstanceHandle &instance)
 
int32_t RequestOSFileHandle (const CompletionCallbackWithOutput< PassFileHandle > &cc)
 
- Public Member Functions inherited from pp::FileIO
 FileIO ()
 
 FileIO (const InstanceHandle &instance)
 
 FileIO (const FileIO &other)
 
int32_t Open (const FileRef &file_ref, int32_t open_flags, const CompletionCallback &cc)
 
int32_t Query (PP_FileInfo *result_buf, const CompletionCallback &cc)
 
int32_t Touch (PP_Time last_access_time, PP_Time last_modified_time, const CompletionCallback &cc)
 
int32_t Read (int64_t offset, char *buffer, int32_t bytes_to_read, const CompletionCallback &cc)
 
int32_t Read (int32_t offset, int32_t max_read_length, const CompletionCallbackWithOutput< std::vector< char > > &cc)
 
int32_t Write (int64_t offset, const char *buffer, int32_t bytes_to_write, const CompletionCallback &cc)
 
int32_t SetLength (int64_t length, const CompletionCallback &cc)
 
int32_t Flush (const CompletionCallback &cc)
 
void Close ()
 
- Public Member Functions inherited from pp::Resource
 Resource ()
 The default constructor.
 
 Resource (const Resource &other)
 
virtual ~Resource ()
 Destructor.
 
Resourceoperator= (const Resource &other)
 
bool is_null () const
 
PP_Resource pp_resource () const
 
PP_Resource detach ()
 

Additional Inherited Members

- Protected Member Functions inherited from pp::Resource
 Resource (PP_Resource resource)
 
 Resource (PassRef, PP_Resource resource)
 
void PassRefFromConstructor (PP_Resource resource)
 
void Clear ()
 Sets this resource to null. This releases ownership of the resource.
 

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