Home
last modified time | relevance | path

Searched refs:IMutableContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4298 struct IMutableContext;
4311 struct IMutableContext : IContext struct
4313 virtual ~IMutableContext();
4319 static IMutableContext *currentContext; argument
4320 friend IMutableContext& getCurrentMutableContext();
4325 inline IMutableContext& getCurrentMutableContext() in getCurrentMutableContext()
4327 if( !IMutableContext::currentContext ) in getCurrentMutableContext()
4328 IMutableContext::createContext(); in getCurrentMutableContext()
4330 return *IMutableContext::currentContext; in getCurrentMutableContext()
7972 struct IMutableContext;
[all …]