rad
3.0.0
INTROOT
include
scxml4cpp
StateAtomic.h
Go to the documentation of this file.
1
/*
2
* scampl4cpp/engine
3
*
4
* Copyright by European Southern Observatory, 2012
5
* All rights reserved
6
*
7
* This library is free software; you can redistribute it and/or
8
* modify it under the terms of the GNU Lesser General Public
9
* License as published by the Free Software Foundation; either
10
* version 2.1 of the License, or (at your option) any later version.
11
*
12
* This library is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
* Lesser General Public License for more details.
16
*
17
* You should have received a copy of the GNU Lesser General Public
18
* License along with this library; if not, write to the Free Software
19
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
20
* 02111-1307 USA.
21
*/
22
23
/*
24
* $Id: StateAtomic.h 1061 2015-07-13 15:03:59Z landolfa $
25
*/
26
27
#ifndef SCXML4CPP_STATEATOMIC_H
28
#define SCXML4CPP_STATEATOMIC_H
29
30
#ifndef __cplusplus
31
#error This is a C++ include file and cannot be used from plain C
32
#endif
33
34
35
#ifndef SCXML4CPP_STATE_H
36
#include "scxml4cpp/State.h"
37
#endif
38
39
#include <string>
40
41
namespace
scxml4cpp
{
42
43
class
StateAtomic
:
public
State
44
{
45
46
public
:
47
StateAtomic
(
const
std::string&
id
);
48
virtual
~StateAtomic
();
49
50
private
:
51
StateAtomic
(
const
StateAtomic
&);
52
StateAtomic
& operator= (
const
StateAtomic
&);
53
54
};
55
56
}
// namespace scxml4cpp
57
58
#endif // SCXML4CPP_STATEATOMIC_H
scxml4cpp
Definition:
Action.h:36
scxml4cpp::StateAtomic::~StateAtomic
virtual ~StateAtomic()
Definition:
StateAtomic.cpp:41
scxml4cpp::State
Definition:
State.h:48
scxml4cpp::StateAtomic::StateAtomic
StateAtomic(const std::string &id)
Definition:
StateAtomic.cpp:35
scxml4cpp::StateAtomic
Definition:
StateAtomic.h:44
Generated by
1.8.20