Home
last modified time | relevance | path

Searched defs:CommonBackEndImpl (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_backend.cpp386 struct CommonBackEnd::CommonBackEndImpl { struct in scim::CommonBackEnd
387 IMEngineModule *m_engine_modules;
388 FilterManager *m_filter_manager;
390 CommonBackEndImpl () : m_engine_modules (0), m_filter_manager (0) { } in CommonBackEndImpl() argument
H A Dscim_backend.h187 class CommonBackEndImpl; variable