Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/test/
DInnermostDefault.hpp57 struct Default1 : InnermostDefault< struct
61 Default1, typename Context::template orthogonal< 1 > > base_type; argument
64 Default1( my_context ctx ) : base_type( ctx ) {} in Default1() function