Mark more classes are final.
Fixes #42. * bench/stutter/stutter_invariance_formulas.cc, bin/autfilt.cc, bin/common_output.cc, bin/dstar2tgba.cc, bin/ltl2tgba.cc, bin/ltl2tgta.cc, bin/ltlcross.cc, bin/ltldo.cc, bin/ltlfilt.cc, bin/ltlgrind.cc, spot/misc/intvcmp2.cc, spot/misc/intvcomp.cc, spot/taalgos/dot.cc, spot/taalgos/statessetbuilder.cc, spot/taalgos/stats.cc, spot/tl/relabel.cc, spot/tl/simplify.cc, spot/tl/snf.cc, spot/twa/bdddict.cc, spot/twa/twaproduct.cc, spot/twaalgos/degen.cc, spot/twaalgos/determinize.cc, spot/twaalgos/dot.cc, spot/twaalgos/emptiness.cc, spot/twaalgos/gtec/ce.cc, spot/twaalgos/ltl2tgba_fm.cc, spot/twaalgos/magic.cc, spot/twaalgos/neverclaim.cc, spot/twaalgos/se05.cc, spot/twaalgos/simulation.cc, spot/twaalgos/tau03.cc, spot/twaalgos/tau03opt.cc: Add final.
This commit is contained in:
parent
8814f16637
commit
2402c2141d
32 changed files with 78 additions and 76 deletions
|
|
@ -30,7 +30,7 @@ namespace spot
|
|||
{
|
||||
namespace
|
||||
{
|
||||
class dotty_bfs : public ta_reachable_iterator_breadth_first
|
||||
class dotty_bfs final: public ta_reachable_iterator_breadth_first
|
||||
{
|
||||
void
|
||||
parse_opts(const char* options)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2010, 2014 Laboratoire de Recherche et Développement
|
||||
// Copyright (C) 2010, 2014, 2016 Laboratoire de Recherche et Développement
|
||||
// de l'Epita (LRDE).
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -26,7 +26,8 @@ namespace spot
|
|||
{
|
||||
namespace
|
||||
{
|
||||
class states_set_builder_bfs : public ta_reachable_iterator_breadth_first
|
||||
class states_set_builder_bfs final:
|
||||
public ta_reachable_iterator_breadth_first
|
||||
{
|
||||
public:
|
||||
states_set_builder_bfs(const const_ta_ptr& a) :
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2008, 2014, 2015 Laboratoire de Recherche et
|
||||
// Copyright (C) 2008, 2014, 2015, 2016 Laboratoire de Recherche et
|
||||
// Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
|
|
@ -29,7 +29,7 @@ namespace spot
|
|||
{
|
||||
namespace
|
||||
{
|
||||
class stats_bfs : public ta_reachable_iterator_breadth_first
|
||||
class stats_bfs final: public ta_reachable_iterator_breadth_first
|
||||
{
|
||||
public:
|
||||
stats_bfs(const const_ta_ptr a, ta_statistics& s) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue