mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added count
p4#: 21239
This commit is contained in:
@@ -213,6 +213,7 @@ public:
|
||||
void set(size_t index, DataType* pointer);
|
||||
void insert(size_t indexAfter, DataType* pointer);
|
||||
void insert(size_t indexAfter, const std::vector<PdmPointer<DataType> >& objects);
|
||||
size_t count(const DataType* pointer) const;
|
||||
|
||||
void clear();
|
||||
void erase(size_t index);
|
||||
|
||||
Reference in New Issue
Block a user