yasmine
entry_point.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 ENTRY_POINT_A89D8062_12B7_44EC_8ACF_C3F54611609F
13 #define ENTRY_POINT_A89D8062_12B7_44EC_8ACF_C3F54611609F
14 
15 
16 #include "state_pseudostate.hpp"
17 #include "entry_point_fwd.hpp"
18 
19 
20 namespace sxy
21 {
22 
23 
25  public virtual state_pseudostate
26 {
27 public:
29  {
30  // Nothing to do...
31  }
32 
33 
34  virtual ~entry_point() SX_NOEXCEPT SX_OVERRIDE
35  {
36  // Nothing to do...
37  }
38 
39 
40  SX_NO_COPY(entry_point)
41 };
42 
43 
44 }
45 
46 
47 #endif
Definition: state_pseudostate.hpp:24
entry_point()
Definition: entry_point.hpp:28
Definition: adapter_cpp11.hpp:21
virtual ~entry_point() SX_NOEXCEPT SX_OVERRIDE
Definition: entry_point.hpp:34
Definition: entry_point.hpp:24