yasmine
pseudostate_impl.hpp
Go to the documentation of this file.
1 // //
3 // This file is part of the Seadex yasmine ecosystem (http://yasmine.seadex.de). //
4 // Copyright (C) 2016-2017 Seadex GmbH //
5 // //
6 // Licensing information is available in the folder "license" which is part of this distribution. //
7 // The same information is available on the www @ http://yasmine.seadex.de/Licenses.html. //
8 // //
10 
11 
12 #ifndef PSEUDOSTATE_IMPL_5DF69044_2EB3_4226_92B4_A04674AB02CF
13 #define PSEUDOSTATE_IMPL_5DF69044_2EB3_4226_92B4_A04674AB02CF
14 
15 
16 #include "pseudostate.hpp"
17 #include "vertex_impl.hpp"
18 
19 
20 namespace sxy
21 {
22 
23 
25  public virtual pseudostate, public vertex_impl
26 {
27 public:
28  explicit pseudostate_impl( const std::string& _name );
29  virtual ~pseudostate_impl() SX_NOEXCEPT SX_OVERRIDE;
30  SX_NO_COPY(pseudostate_impl)
31  virtual bool check( state_machine_defects& _defects ) const SX_OVERRIDE;
32 };
33 
34 
35 }
36 
37 
38 #endif
std::vector< state_machine_defect > state_machine_defects
Definition: state_machine_defect_fwd.hpp:23
Definition: pseudostate.hpp:27
Definition: adapter_cpp11.hpp:21
Definition: pseudostate_impl.hpp:24
pseudostate_impl(const std::string &_name)
Definition: pseudostate_impl.cpp:26
Definition: vertex_impl.hpp:26
virtual ~pseudostate_impl() SX_NOEXCEPT SX_OVERRIDE
Definition: pseudostate_impl.cpp:33
virtual bool check(state_machine_defects &_defects) const SX_OVERRIDE
Definition: pseudostate_impl.cpp:39