#include "lux.h"
#include "memory.h"
#include "color.h"
#include "fastmutex.h"
#include <boost/thread/mutex.hpp>
Go to the source code of this file.
Classes | |
class | lux::Contribution |
class | lux::ContributionBuffer |
class | lux::ContributionBuffer::Buffer |
class | lux::ContributionPool |
Namespaces | |
namespace | lux |
Defines | |
#define | CONTRIB_BUF_SIZE 4096 |
#define | CONTRIB_BUF_KEEPALIVE 8 |
#define | CONTRIB_DEBUG false |
#define CONTRIB_BUF_KEEPALIVE 8 |
Definition at line 42 of file contribution.h.
Referenced by lux::ContributionPool::ContributionPool().
#define CONTRIB_BUF_SIZE 4096 |
Definition at line 38 of file contribution.h.
Referenced by lux::ContributionBuffer::Buffer::Add(), and lux::ContributionBuffer::Buffer::Buffer().
#define CONTRIB_DEBUG false |
Definition at line 45 of file contribution.h.