Kaydet (Commit) 1d8cc547 authored tarafından Caolán McNamara's avatar Caolán McNamara

document what methods are from the pre-stl containers

Change-Id: I84070021f2896dbb60c649a6b7961f2f3e0d3585
üst bd6f2bb7
...@@ -13,7 +13,12 @@ a) It's possible that some other platform or configuration uses the code, ...@@ -13,7 +13,12 @@ a) It's possible that some other platform or configuration uses the code,
so manual inspection is always required. so manual inspection is always required.
b) At the time of writing the majority of unused code now originates via b) At the time of writing the majority of unused code now originates via
macros, mostly from pre-STL containers, see [2] for killing two birds macros, mostly from pre-STL containers, see [2] for killing two birds
with one stone. with one stone. These are typically methods of signatures...
*::Insert
*::Remove
*::DeleteAndDestroy
*::_ForEach
*::Replace
c) callcatcher ignores virtuals. But implementations of "pure virtuals" c) callcatcher ignores virtuals. But implementations of "pure virtuals"
are not actually virtual methods. If something is declared pure virtual are not actually virtual methods. If something is declared pure virtual
and provides an impl and that base-class impl is not explicitly called and provides an impl and that base-class impl is not explicitly called
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment