17 ::ll::TypedStorage<8, 32, ::std::string> mNamespace;
18 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
19 ::ll::TypedStorage<8, 32, ::std::string> mInitEvent;
20 ::ll::TypedStorage<8, 32, ::std::string> mFullName;
21 ::ll::TypedStorage<8, 48, ::HashedString> mCanonicalName;
41 MCAPI
void _initialize();
43 MCAPI
void initialize(::std::string
const& fullName);
46 initialize(::std::string
const& nameSpace, ::std::string
const& identifier, ::std::string
const& initEvent);
70 MCAPI
void* $ctor(::std::string
const& fullName);
72 MCAPI
void* $ctor(
char const* fullName);
74 MCAPI
void* $ctor(::ActorType type);
76 MCAPI
void* $ctor(::std::string nameSpace, ::std::string identifier, ::std::string initEvent);