* src/misc/bareword.hh, src/misc/bddalloc.hh, src/misc/bddlt.hh,
src/misc/escape.hh, src/misc/freelist.hh, src/misc/hash.hh, src/misc/hashfunc.hh, src/misc/minato.hh, src/misc/modgray.hh, src/misc/random.hh, src/misc/version.hh, src/tgba/state.hh: More Doxygen groups.
This commit is contained in:
parent
9bea364e40
commit
2a3d638a50
13 changed files with 52 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// 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.
|
||||
//
|
||||
|
|
@ -54,7 +54,8 @@
|
|||
namespace spot
|
||||
{
|
||||
|
||||
/// A hash function for pointers.
|
||||
/// \brief A hash function for pointers.
|
||||
/// \ingroup hash_funcs
|
||||
template <class T>
|
||||
struct ptr_hash :
|
||||
public std::unary_function<const T*, size_t>
|
||||
|
|
@ -65,7 +66,8 @@ namespace spot
|
|||
}
|
||||
};
|
||||
|
||||
/// A hash function for strings.
|
||||
/// \brief A hash function for strings.
|
||||
/// \ingroup hash_funcs
|
||||
struct string_hash :
|
||||
public Sgi::hash<const char*>,
|
||||
public std::unary_function<const std::string&, size_t>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue