~peter-gjoel/verifydtapn/PTrieWorkflow

« back to all changes in this revision

Viewing changes to src/DiscreteVerification/DataStructures/CoveredMarkingVisitor.h

  • Committer: Peter Gjøl Jensen
  • Date: 2015-06-22 14:45:39 UTC
  • Revision ID: peter.gjoel@gmail.com-20150622144539-skkruwkgsx3gnuao
strong-workflow + ptrie checked for leaks and memmory-corruption. Has controlled leak of two markings, not fixed as this would clutter up the code even more

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        public:
41
41
            CoveredMarkingVisitor(
42
42
                            MarkingEncoder<MetaData*, NonStrictMarking>& enc);
 
43
            ~CoveredMarkingVisitor();
43
44
            virtual bool back(uint32_t index);
44
45
            virtual bool set(uint32_t index, bool value);
45
46
            virtual bool set_remainder(uint32_t index,