My Project
|
Classes | |
struct | Cachable |
Public Member Functions | |
Private (const SearchDefinitionList *sdl) | |
TemplateVariant | get (const char *n) const |
TemplateVariant | id () const |
TemplateVariant | name () const |
TemplateVariant | symbolList () const |
Private Attributes | |
const SearchDefinitionList * | m_sdl |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < SymbolGroupContext::Private > | s_inst |
Definition at line 9616 of file context.cpp.
|
inline |
Definition at line 9619 of file context.cpp.
References id(), Config::init(), name(), s_inst, and symbolList().
|
inline |
Definition at line 9630 of file context.cpp.
References s_inst.
Referenced by SymbolGroupContext::get().
|
inline |
Definition at line 9634 of file context.cpp.
References SearchDefinitionList::id(), and m_sdl.
Referenced by Private().
|
inline |
Definition at line 9638 of file context.cpp.
References m_sdl, and SearchDefinitionList::name().
Referenced by Private().
|
inline |
Definition at line 9642 of file context.cpp.
References SymbolListContext::alloc(), SharedPtr< T >::get(), m_cache, m_sdl, SharedPtr< T >::reset(), and SymbolGroupContext::Private::Cachable::symbolList.
Referenced by Private().
|
mutableprivate |
Definition at line 9656 of file context.cpp.
Referenced by symbolList().
|
private |
Definition at line 9651 of file context.cpp.
Referenced by id(), name(), and symbolList().
|
staticprivate |
Definition at line 9657 of file context.cpp.