Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
844b17a2
Commit
844b17a2
authored
Jul 09, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgba/state.hh (state_ptr_equal, state_ptr_hash): Fix Doxygen
example.
parent
1aad1ffb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
844b17a2
2004-07-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/state.hh (state_ptr_equal, state_ptr_hash): Fix Doxygen
example.
* src/tgbaalgos/reductgba_sim.hh (parity_game_graph_delayed,
reduc_tgba_sim): Fix warnings about Doxygen comment.
* src/ltlvisit/reduce.hh (reduce): Likewise.
...
...
src/tgba/state.hh
View file @
844b17a2
// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2003
, 2004
Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
//
...
...
@@ -86,7 +86,7 @@ namespace spot
/// // Remember how many times each state has been visited.
/// std::map<spot::state*, int, spot::state_ptr_less_than> seen;
/// \endcode
struct
state_ptr_less_than
:
struct
state_ptr_less_than
:
public
std
::
binary_function
<
const
state
*
,
const
state
*
,
bool
>
{
bool
...
...
@@ -106,10 +106,10 @@ namespace spot
/// a map of \c state*.
/// \code
/// // Remember how many times each state has been visited.
/// Sgi::hash_map<spot::state*, int, spot::state_ptr_
less_than
,
/// Sgi::hash_map<spot::state*, int, spot::state_ptr_
hash
,
/// spot::state_ptr_equal> seen;
/// \endcode
struct
state_ptr_equal
:
struct
state_ptr_equal
:
public
std
::
binary_function
<
const
state
*
,
const
state
*
,
bool
>
{
bool
...
...
@@ -129,10 +129,10 @@ namespace spot
/// a map of \c state*.
/// \code
/// // Remember how many times each state has been visited.
/// Sgi::hash_map<spot::state*, int, spot::state_ptr_
less_than
,
/// Sgi::hash_map<spot::state*, int, spot::state_ptr_
hash
,
/// spot::state_ptr_equal> seen;
/// \endcode
struct
state_ptr_hash
:
struct
state_ptr_hash
:
public
std
::
unary_function
<
const
state
*
,
size_t
>
{
size_t
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment