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
8be0271d
Commit
8be0271d
authored
14 years ago
by
ilor
Browse files
Options
Downloads
Patches
Plain Diff
tweak some doxy in Parser
parent
f2c0a611
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libwccl/parser/Parser.cpp
+20
-20
20 additions, 20 deletions
libwccl/parser/Parser.cpp
with
20 additions
and
20 deletions
libwccl/parser/Parser.cpp
+
20
−
20
View file @
8be0271d
...
@@ -19,10 +19,10 @@ Parser::~Parser()
...
@@ -19,10 +19,10 @@ Parser::~Parser()
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
/**
/**
* @desc Parse string operator
writ
ed in std::string. Converts
writed operator
* @desc Parse
a
string operator
contain
ed in
a
std::string. Converts
the string
* to
i
stream and call
ing
parseStringOperator with i
stream
* to
a
stream and call
s
parseStringOperator with i
t
* @arg str
writed
operator
* @arg str operator
string
* @ret
run boost::sh
ared
_ptr<Wccl::StrSet>
* @ret
urn the p
ar
s
ed
operator via a shared pointer
*/
*/
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
StrSet
>
>
Parser
::
parseStringOperator
(
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
StrSet
>
>
Parser
::
parseStringOperator
(
const
std
::
string
&
str
)
const
const
std
::
string
&
str
)
const
...
@@ -34,10 +34,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::StrSet> > Parser::parseStringOperator(
...
@@ -34,10 +34,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::StrSet> > Parser::parseStringOperator(
}
}
/**
/**
* @desc Parse string operator. Runs parse_string_operator rule
* @desc Parse
a
string operator. Runs parse_string_operator rule
* in the parser grammar.
* in the parser grammar.
* @arg istr input stream with
writed
operator
* @arg istr input stream with
the
operator
* @return
boost::sh
ared
_ptr<Wccl::Function<Wccl::StrSet> > to created operato
r
* @return
the p
ar
s
ed
operator via a shared pointe
r
*/
*/
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
StrSet
>
>
Parser
::
parseStringOperator
(
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
StrSet
>
>
Parser
::
parseStringOperator
(
std
::
istream
&
istr
)
const
std
::
istream
&
istr
)
const
...
@@ -50,10 +50,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::StrSet> > Parser::parseStringOperator(
...
@@ -50,10 +50,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::StrSet> > Parser::parseStringOperator(
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
/**
/**
* @desc Parse predicates
writ
ed in std::string. Converts
writed predicates
* @desc Parse predicates
contain
ed in
a
std::string. Converts
the string
* to
i
stream and calli
ng
parsePredicate with i
stream
* to
a
stream and calli
s
parsePredicate with i
t
* @arg str
writed predicate(s)
* @arg str
operator string
* @return
boost::sh
ared
_ptr<Wccl::Function<Wccl::Bool> > to created predica
te
* @return
the p
ar
s
ed
operator via a shared poin
te
r
*/
*/
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
Bool
>
>
Parser
::
parsePredicate
(
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
Bool
>
>
Parser
::
parsePredicate
(
const
std
::
string
&
str
)
const
const
std
::
string
&
str
)
const
...
@@ -65,9 +65,9 @@ boost::shared_ptr<ANTLRParserResult<Wccl::Bool> > Parser::parsePredicate(
...
@@ -65,9 +65,9 @@ boost::shared_ptr<ANTLRParserResult<Wccl::Bool> > Parser::parsePredicate(
}
}
/**
/**
* @desc Parse predicate. Runs parse_predicates rule in the parser grammar.
* @desc Parse
a
predicate. Runs parse_predicates rule in the parser grammar.
* @arg istr input stream with writed predicate
* @arg istr input stream with writed predicate
* @return
boost::sh
ared
_ptr<Wccl::Function<Wccl::Bool> > to created predica
te
* @return
the p
ar
s
ed
operator via a shared poin
te
r
*/
*/
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
Bool
>
>
Parser
::
parsePredicate
(
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
Bool
>
>
Parser
::
parsePredicate
(
std
::
istream
&
istr
)
const
std
::
istream
&
istr
)
const
...
@@ -80,10 +80,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::Bool> > Parser::parsePredicate(
...
@@ -80,10 +80,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::Bool> > Parser::parsePredicate(
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
/**
/**
* @desc Parse sym set operator
writ
ed in std::string. Converts
writed operator
* @desc Parse
a
sym set operator
contain
ed in
a
std::string. Converts
the
* to
i
stream and call
ing
parseSymSetOperator with i
stream
*
string
to
a
stream and call
s
parseSymSetOperator with i
t
* @arg str
writed
operator
* @arg str operator
string
* @ret
run boost::sh
ared
_ptr<Wccl::Function<Wccl::TSet> >
* @ret
urn the p
ar
s
ed
operator via a shared pointer
*/
*/
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
TSet
>
>
Parser
::
parseSymSetOperator
(
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
TSet
>
>
Parser
::
parseSymSetOperator
(
const
std
::
string
&
str
)
const
const
std
::
string
&
str
)
const
...
@@ -95,10 +95,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::TSet> > Parser::parseSymSetOperator(
...
@@ -95,10 +95,10 @@ boost::shared_ptr<ANTLRParserResult<Wccl::TSet> > Parser::parseSymSetOperator(
}
}
/**
/**
* @desc Parse sym set operator. Runs parse_sym_set_operator rule
* @desc Parse
a
sym set operator. Runs parse_sym_set_operator rule
* in the parser grammar.
* in the parser grammar.
* @arg istr input stream with
writed
operator
* @arg istr input stream with
the
operator
* @return
boost::sh
ared
_ptr<Wccl::Function<Wccl::TSet> > to created operato
r
* @return
the p
ar
s
ed
operator via a shared pointe
r
*/
*/
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
TSet
>
>
Parser
::
parseSymSetOperator
(
boost
::
shared_ptr
<
ANTLRParserResult
<
Wccl
::
TSet
>
>
Parser
::
parseSymSetOperator
(
std
::
istream
&
istr
)
const
std
::
istream
&
istr
)
const
...
...
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