nux-1.16.0
nux::AsyncFileWriter Class Reference

Write to a file asynchronously. More...

#include <NuxCore/AsyncFileWriter.h>

List of all members.

Classes

class  Impl
 CAUTION: right now this class is not thread aware. More...

Public Member Functions

 AsyncFileWriter (std::string const &filename)
void Write (std::string const &data)
void Close ()
bool IsClosing () const

Public Attributes

sigc::signal< void > opened
sigc::signal< void > closed

Detailed Description

Write to a file asynchronously.

This uses the GIO async functions, and as such depend on the gobject main loop.

Definition at line 37 of file AsyncFileWriter.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends