Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Commits
337a15b6
Commit
337a15b6
authored
13 years ago
by
Paweł Kędzia
Browse files
Options
Downloads
Patches
Plain Diff
(swig) Wprapper for Wccl::ActionExecContext
parent
ca9420d0
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swig/libcclactionexeccontext.i
+31
-0
31 additions, 0 deletions
swig/libcclactionexeccontext.i
with
31 additions
and
0 deletions
swig/libcclactionexeccontext.i
0 → 100644
+
31
−
0
View file @
337a15b6
#
ifndef
SWIG_LIBWCCL_ACTIONEXECCONTEXT_I
#
define
SWIG_LIBWCCL_ACTIONEXECCONTEXT_I
%
module
libcclactionexeccontext
%
{
#include <libwccl/ops/tagaction.h>
%}
%
include
"
libcclvariables.i
"
%
include
"
libcclsentencecontext.i
"
namespace
Wccl
{
class ActionExecContext {
public:
ActionExecContext(
SentenceContext& sentence_context,
const boost::shared_ptr<Variables>& vars);
/* --------------------------------------------------------------------- */
SentenceContext& sentence_context() const;
/* --------------------------------------------------------------------- */
const boost::shared_ptr<Variables>& variables() const;
};
}
using
namespace
boost
;
using
namespace
Wccl
;
using
namespace
std
;
#
endif
/* SWIG_LIBWCCL_ACTIONEXECCONTEXT_I */
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment