|
GME
13
|
#include <OclViolation.h>


Public Member Functions | |
| PtrVector () | |
| PtrVector (const PtrVector &vect) | |
| PtrVector & | operator= (const PtrVector &vect) |
| void | copy (const PtrVector &vect) |
| virtual | ~PtrVector () |
| void | clear () |
| void | pop_back () |
| iterator | erase (iterator it) |
| iterator | erase (iterator first, iterator last) |
| void | EraseAll () |
Definition at line 12 of file OclViolation.h.
| std::PtrVector::PtrVector | ( | ) | [inline] |
Definition at line 15 of file OclViolation.h.
| std::PtrVector::PtrVector | ( | const PtrVector & | vect | ) | [inline] |
Definition at line 19 of file OclViolation.h.
| virtual std::PtrVector::~PtrVector | ( | ) | [inline, virtual] |
Definition at line 53 of file OclViolation.h.
| void std::PtrVector::clear | ( | ) | [inline] |
Definition at line 58 of file OclViolation.h.
| void std::PtrVector::copy | ( | const PtrVector & | vect | ) | [inline] |
Definition at line 30 of file OclViolation.h.
| iterator std::PtrVector::erase | ( | iterator | it | ) | [inline] |
Definition at line 72 of file OclViolation.h.
| iterator std::PtrVector::erase | ( | iterator | first, |
| iterator | last | ||
| ) | [inline] |
Definition at line 80 of file OclViolation.h.
| void std::PtrVector::EraseAll | ( | ) | [inline] |
Definition at line 90 of file OclViolation.h.
Definition at line 24 of file OclViolation.h.
| void std::PtrVector::pop_back | ( | ) | [inline] |
Definition at line 64 of file OclViolation.h.
1.7.6.1