RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Classes | Public Member Functions | Static Public Member Functions | Public Attributes
Datacratic::JS::OutputStream Struct Reference

List of all members.

Classes

struct  MakeBlocking

Public Member Functions

 OutputStream (const std::string &filename)
 OutputStream (int fd, const std::string &name)
void open (const std::string &filename)
void open (int fd, const std::string &name)
void close ()
void write (const std::string &str)
void log (const std::string &str_)

Static Public Member Functions

static int makeBlocking (int fd)
static void resetBlocking (int fd, int oldFlags)

Public Attributes

ML::filter_ostream stream
std::string name
int fd

Detailed Description

Output stream for node that (shock, horror) blocks allowing one to concentrate on the function not the structure of code when async isn't where it's at.

Definition at line 38 of file sync_js.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator