Shaka Player Embedded
Classes | Namespaces | Macros
backing_object.h File Reference
#include <glog/logging.h>
#include <string>
#include "src/mapping/js_wrappers.h"
#include "src/mapping/weak_js_ptr.h"
#include "src/memory/heap_tracer.h"

Go to the source code of this file.

Classes

class  shaka::BackingObject
 

Namespaces

 shaka
 
 shaka::memory
 
 shaka::js
 

Macros

#define DECLARE_TYPE_INFO(type)
 

Macro Definition Documentation

§ DECLARE_TYPE_INFO

#define DECLARE_TYPE_INFO (   type)
Value:
public: \
static std::string name() { \
return #type; \
} \
\
protected: \
~type() override; \
\
public: \
::shaka::BackingObjectFactoryBase* factory() const override
const char * name
ExceptionCode type

Definition at line 39 of file backing_object.h.