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
bdbbc5db
Commit
bdbbc5db
authored
13 years ago
by
Paweł Kędzia
Browse files
Options
Downloads
Patches
Plain Diff
(swig) Wccl::Variables fixed
parent
76e9ee55
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swig/libcclvariables.i
+10
-4
10 additions, 4 deletions
swig/libcclvariables.i
with
10 additions
and
4 deletions
swig/libcclvariables.i
+
10
−
4
View file @
bdbbc5db
...
...
@@ -16,6 +16,14 @@
%
include
"
std_string.i
"
%
include
"
boost_shared_ptr.i
"
%
template
(
ValuePtr
)
boost
::
shared_ptr
<
Wccl
::
Value
>
;
%
template
(
BoolPtr
)
boost
::
shared_ptr
<
Wccl
::
Bool
>
;
%
template
(
PositionPtr
)
boost
::
shared_ptr
<
Wccl
::
Position
>
;
%
template
(
StrSetPtr
)
boost
::
shared_ptr
<
Wccl
::
StrSet
>
;
%
template
(
TSetPtr
)
boost
::
shared_ptr
<
Wccl
::
TSet
>
;
%
template
(
MatchPtr
)
boost
::
shared_ptr
<
Wccl
::
Match
>
;
%
template
(
VariablesPtr
)
boost
::
shared_ptr
<
Wccl
::
Variables
>
;
namespace
Wccl
{
/* ----------------------------------------------------------------------- */
/* Helper detail class */
...
...
@@ -48,13 +56,13 @@ namespace Wccl {
/* ----------------------------------------------------------------------- */
/* Variables */
class Variables :
class Variables
/*
:
detail::Vmap<Value>,
detail::Vmap<Bool>,
detail::Vmap<Position>,
detail::Vmap<StrSet>,
detail::Vmap<TSet>,
detail::Vmap<Match>
detail::Vmap<Match>
*/
{
public:
Variables();
...
...
@@ -153,8 +161,6 @@ namespace Wccl {
};
}
%
template
(
VariablesSharedPtr
)
boost
::
shared_ptr
<
Wccl
::
Variables
>
;
using
namespace
boost
;
using
namespace
std
;
using
namespace
Wccl
;
...
...
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