Bridge++
Ver. 1.3.x
Main Page
Namespaces
Classes
Files
File List
File Members
action.cpp
Go to the documentation of this file.
1
14
#include "
action.h
"
15
16
//- parameter entries
17
namespace
{
18
void
append_entry(
Parameters
& param)
19
{
20
param.
Register_string
(
"action_type"
,
"NULL"
);
21
}
22
23
24
#ifdef USE_PARAMETERS_FACTORY
25
bool
init_param =
ParametersFactory::Register
(
"Action"
, append_entry);
26
#endif
27
}
28
//- end
Parameters::Register_string
void Register_string(const string &, const string &)
Definition:
parameters.cpp:351
Parameters
Class for parameters.
Definition:
parameters.h:38
action.h
ParametersFactory::Register
static bool Register(const std::string &realm, const creator_callback &cb)
Definition:
parameters_factory.h:74
work
sueda3
svn
bridge
branches
release
version1.3
src
Action
action.cpp
Generated on Mon Nov 2 2015 22:38:53 for Bridge++ by
1.8.10