RSB
0.7.0
|
#include "converters.h"
#include <boost/thread.hpp>
#include "Repository.h"
#include "BoolConverter.h"
#include "ByteArrayConverter.h"
#include "EventsByScopeMapConverter.h"
#include "EventIdConverter.h"
#include "StringConverter.h"
#include "Uint32Converter.h"
#include "Uint64Converter.h"
#include "VoidConverter.h"
Go to the source code of this file.
Namespaces | |
namespace | rsb |
namespace | rsb::converter |
Functions | |
void | rsb::converter::registerDefaultConverters () |
Variables | |
static bool | rsb::converter::registered = false |
static boost::mutex | rsb::converter::registrationMutex |