more final keywords
For #42. * src/graph/graph.hh, src/ltlast/multop.hh, src/ltlenv/defaultenv.hh, src/misc/tmpfile.hh, src/tgba/taatgba.hh, src/tgba/tgbagraph.hh, src/tgba/tgbaproduct.hh, src/tgbaalgos/gtec/gtec.hh: Declare more classes as final.
This commit is contained in:
parent
ab7ee2c460
commit
98e4d99b24
8 changed files with 31 additions and 28 deletions
|
|
@ -105,7 +105,8 @@ namespace spot
|
|||
|
||||
|
||||
template<class Graph>
|
||||
class SPOT_API tgba_digraph_succ_iterator: public tgba_succ_iterator
|
||||
class SPOT_API tgba_digraph_succ_iterator final:
|
||||
public tgba_succ_iterator
|
||||
{
|
||||
private:
|
||||
typedef typename Graph::transition transition;
|
||||
|
|
@ -168,7 +169,7 @@ namespace spot
|
|||
|
||||
};
|
||||
|
||||
class SPOT_API tgba_digraph: public tgba
|
||||
class SPOT_API tgba_digraph final: public tgba
|
||||
{
|
||||
public:
|
||||
typedef digraph<tgba_graph_state, tgba_graph_trans_data> graph_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue