Home
last modified time | relevance | path

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

/third_party/boost/boost/msm/back/
Dstate_machine.hpp1364 struct serialize_state struct in boost::msm::back::state_machine
1366 serialize_state(Archive& ar):ar_(ar){} in serialize_state() argument
1376 operator()(T& t) const in operator ()()
1388 operator()(T&) const in operator ()()
1392 Archive& ar_;