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

#include <signal.h>

Inheritance diagram for Datacratic::SignalInfo:
Datacratic::SignalRegistryBase::Info

List of all members.

Public Member Functions

Json::Value toJson () const

Public Attributes

std::string eventName
 Name of the event.
const std::type_info * callbackType
 Type of the callback function.
const std::type_info * objectType
 Type of the object with callback.
bool inherited
 Is it inherited from our parent?

Detailed Description

Information about a given signal. Used to allow discovery and exploration of signals.

Definition at line 27 of file signal.h.


Member Function Documentation

Return a JSON representation of the signal info object.

Definition at line 26 of file signal.cc.


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