A simple CCObject
wrapper for a non-CCObject
type
Class ObjWrapper<T>
#include <Geode/utils/cocos.hpp>
template<class T>classObjWrapper:publiccocos2d::CCObject{ ... }
Examples0
Public static methods2
staticgeode::ObjWrapper*create(T&&value)
Construct an object wrapper
staticgeode::ObjWrapper*create(const Tconst&value)
Construct an object wrapper
Public member functions2
const Tconst&getValue()const
No description provided
Fields0
Protected member functions0
Protected fields1
Tm_value;
No description provided