logic: skip recording qualifier of template parameter decl name (e.g."A<typename T>::T" -> "T")

This commit is contained in:
mlangkabel
2019-10-18 13:05:28 +02:00
committed by Eberhard Graether
parent 517dde06e4
commit 0498d68f5b
21 changed files with 1956 additions and 2029 deletions
@@ -394,13 +394,13 @@ SYMBOL_FUNCTION: bool b2TestOverlap(const b2Shape *, int32, const b2Shape *, int
SYMBOL_FUNCTION: bool b2TestOverlap(const b2AABB &, const b2AABB &) [b2Collision.h <262:1 <262:1 <262:13 262:25> 262:59> 275:1>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -1777,34 +1777,34 @@ REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <268:24 268:24>]
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <271:24 271:24>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -1812,13 +1812,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -339,13 +339,13 @@ SYMBOL_FUNCTION: bool b2TestOverlap(const b2Shape *, int32, const b2Shape *, int
SYMBOL_FUNCTION: bool b2TestOverlap(const b2AABB &, const b2AABB &) [b2Collision.h <262:1 <262:1 <262:13 262:25> 262:59> 275:1>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -1646,34 +1646,34 @@ REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <268:24 268:24>]
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <271:24 271:24>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -1681,13 +1681,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -1315,13 +1315,13 @@ SYMBOL_FIELD: private int32 b2StackAllocator::m_entryCount [b2StackAllocator.h <
SYMBOL_METHOD: public void b2StackAllocator::b2StackAllocator(const b2StackAllocator &) [b2StackAllocator.h <37:7 <37:7 37:22> 37:22>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -4149,34 +4149,34 @@ REFERENCE_TYPE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> b2StackEntr
REFERENCE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> const int32 b2_maxStackEntries [b2StackAllocator.h <56:25 56:42>]
REFERENCE_TYPE_USAGE: int32 b2StackAllocator::m_entryCount -> int32 [b2StackAllocator.h <57:2 57:6>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -4184,13 +4184,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -1155,13 +1155,13 @@ SYMBOL_FIELD: private int32 b2StackAllocator::m_entryCount [b2StackAllocator.h <
SYMBOL_METHOD: public void b2StackAllocator::b2StackAllocator(const b2StackAllocator &) [b2StackAllocator.h <37:7 <37:7 37:22> 37:22>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -3778,34 +3778,34 @@ REFERENCE_TYPE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> b2StackEntr
REFERENCE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> const int32 b2_maxStackEntries [b2StackAllocator.h <56:25 56:42>]
REFERENCE_TYPE_USAGE: int32 b2StackAllocator::m_entryCount -> int32 [b2StackAllocator.h <57:2 57:6>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -3813,13 +3813,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -1538,13 +1538,13 @@ SYMBOL_FIELD: private int32 b2StackAllocator::m_entryCount [b2StackAllocator.h <
SYMBOL_METHOD: public void b2StackAllocator::b2StackAllocator(const b2StackAllocator &) [b2StackAllocator.h <37:7 <37:7 37:22> 37:22>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -4818,34 +4818,34 @@ REFERENCE_TYPE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> b2StackEntr
REFERENCE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> const int32 b2_maxStackEntries [b2StackAllocator.h <56:25 56:42>]
REFERENCE_TYPE_USAGE: int32 b2StackAllocator::m_entryCount -> int32 [b2StackAllocator.h <57:2 57:6>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -4853,13 +4853,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -994,13 +994,13 @@ SYMBOL_FIELD: private int32 b2StackAllocator::m_entryCount [b2StackAllocator.h <
SYMBOL_METHOD: public void b2StackAllocator::b2StackAllocator(const b2StackAllocator &) [b2StackAllocator.h <37:7 <37:7 37:22> 37:22>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -3552,34 +3552,34 @@ REFERENCE_TYPE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> b2StackEntr
REFERENCE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> const int32 b2_maxStackEntries [b2StackAllocator.h <56:25 56:42>]
REFERENCE_TYPE_USAGE: int32 b2StackAllocator::m_entryCount -> int32 [b2StackAllocator.h <57:2 57:6>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -3587,13 +3587,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -447,13 +447,13 @@ SYMBOL_FUNCTION: bool b2TestOverlap(const b2Shape *, int32, const b2Shape *, int
SYMBOL_FUNCTION: bool b2TestOverlap(const b2AABB &, const b2AABB &) [b2Collision.h <262:1 <262:1 <262:13 262:25> 262:59> 275:1>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
@@ -2464,34 +2464,34 @@ REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <268:24 268:24>]
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <271:24 271:24>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -2508,7 +2508,7 @@ REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2G
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int [] b2GrowableStack<int, 256>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_CALL: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2Free(void *) [b2GrowableStack.h <42:4 42:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <54:25 54:31>]
@@ -2525,7 +2525,7 @@ REFERENCE_CALL: void b2GrowableStack<int, 256>::Push(const int &) -> void * b2Al
REFERENCE_CALL: void b2GrowableStack<int, 256>::Push(const int &) -> void * memcpy(void *, const void *, size_t) [b2GrowableStack.h <54:4 54:9>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [] b2GrowableStack<int, 256>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_CALL: void b2GrowableStack<int, 256>::Push(const int &) -> void b2Free(void *) [b2GrowableStack.h <57:5 57:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TYPE_USAGE: int b2GrowableStack<int, 256>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <68:5 68:11>]
@@ -2536,8 +2536,8 @@ REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int * b2GrowableStack<i
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -1088,13 +1088,13 @@ SYMBOL_FIELD: private int32 b2StackAllocator::m_entryCount [b2StackAllocator.h <
SYMBOL_METHOD: public void b2StackAllocator::b2StackAllocator(const b2StackAllocator &) [b2StackAllocator.h <37:7 <37:7 37:22> 37:22>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -3727,34 +3727,34 @@ REFERENCE_TYPE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> b2StackEntr
REFERENCE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> const int32 b2_maxStackEntries [b2StackAllocator.h <56:25 56:42>]
REFERENCE_TYPE_USAGE: int32 b2StackAllocator::m_entryCount -> int32 [b2StackAllocator.h <57:2 57:6>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -3762,13 +3762,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -1082,13 +1082,13 @@ SYMBOL_FIELD: private int32 b2StackAllocator::m_entryCount [b2StackAllocator.h <
SYMBOL_METHOD: public void b2StackAllocator::b2StackAllocator(const b2StackAllocator &) [b2StackAllocator.h <37:7 <37:7 37:22> 37:22>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 31:16> 36:2>]
@@ -3838,34 +3838,34 @@ REFERENCE_TYPE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> b2StackEntr
REFERENCE_USAGE: b2StackEntry [] b2StackAllocator::m_entries -> const int32 b2_maxStackEntries [b2StackAllocator.h <56:25 56:42>]
REFERENCE_TYPE_USAGE: int32 b2StackAllocator::m_entryCount -> int32 [b2StackAllocator.h <57:2 57:6>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -3873,13 +3873,13 @@ REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity ->
REFERENCE_TEMPLATE_SPECIALIZATION: b2GrowableStack<int, 256> -> b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <28:7 28:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -550,13 +550,13 @@ SYMBOL_FUNCTION: bool b2TestOverlap(const b2Shape *, int32, const b2Shape *, int
SYMBOL_FUNCTION: bool b2TestOverlap(const b2AABB &, const b2AABB &) [b2Collision.h <262:1 <262:1 <262:13 262:25> 262:59> 275:1>]
SYMBOL_CLASS: b2GrowableStack<typename T, int32 N> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
SYMBOL_FIELD: private T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
SYMBOL_FIELD: private int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 <38:2 <38:2 38:17> 38:19> 45:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:2 <47:2 <47:7 47:10> 47:28> 63:2>]
SYMBOL_METHOD: public T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:2 <65:2 <65:4 65:6> 65:8> 70:2>]
SYMBOL_METHOD: public int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:2 <72:2 <72:8 72:15> 72:17> 75:2>]
SYMBOL_CLASS: b2GrowableStack<int, 256> [b2GrowableStack.h <27:1 <28:7 28:21> 82:1>]
SYMBOL_METHOD: public void b2GrowableStack<int, 256>::b2GrowableStack() [b2GrowableStack.h <31:2 <31:2 <31:2 31:16> 31:18> 36:2>]
@@ -3345,34 +3345,34 @@ REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <268:24 268:24>]
REFERENCE_USAGE: bool b2TestOverlap(const b2AABB &, const b2AABB &) -> float32 b2Vec2::y [b2Collision.h <271:24 271:24>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N> -> int32 [b2GrowableStack.h <27:23 27:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <35:3 35:12>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <42:11 42:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <54:25 54:31>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <61:11 61:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <62:5 62:11>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <49:18 49:27>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <52:4 52:13>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <53:26 53:35>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <51:13 51:19>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <53:4 53:10>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <54:11 54:17>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <61:3 61:9>]
REFERENCE_USAGE: void b2GrowableStack<typename T, int32 N>::Push(const T &) -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <68:5 68:11>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <69:18 69:24>]
REFERENCE_CALL: T b2GrowableStack<typename T, int32 N>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: T b2GrowableStack<typename T, int32 N>::Pop() -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
@@ -3389,7 +3389,7 @@ REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2G
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <43:4 43:10>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int [] b2GrowableStack<int, 256>::m_array [b2GrowableStack.h <40:18 40:24>]
REFERENCE_CALL: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2Free(void *) [b2GrowableStack.h <42:4 42:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const b2GrowableStack<typename T, int32 N>::T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b2GrowableStack<int, 256>::Push(const int &) -> void b2GrowableStack<typename T, int32 N>::Push(const T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> void [b2GrowableStack.h <47:2 47:5>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <49:7 49:13>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <54:25 54:31>]
@@ -3406,7 +3406,7 @@ REFERENCE_CALL: void b2GrowableStack<int, 256>::Push(const int &) -> void * b2Al
REFERENCE_CALL: void b2GrowableStack<int, 256>::Push(const int &) -> void * memcpy(void *, const void *, size_t) [b2GrowableStack.h <54:4 54:9>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [] b2GrowableStack<int, 256>::m_array [b2GrowableStack.h <55:15 55:21>]
REFERENCE_CALL: void b2GrowableStack<int, 256>::Push(const int &) -> void b2Free(void *) [b2GrowableStack.h <57:5 57:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> b2GrowableStack<typename T, int32 N>::T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TYPE_USAGE: int b2GrowableStack<int, 256>::Pop() -> void [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <67:12 67:18>]
REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <68:5 68:11>]
@@ -3417,8 +3417,8 @@ REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int * b2GrowableStack<i
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 [b2GrowableStack.h <72:2 72:6>]
REFERENCE_USAGE: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <74:10 74:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> b2GrowableStack<typename T, int32 N>::T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> b2GrowableStack<typename T, int32 N>::T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_count -> int32 b2GrowableStack<typename T, int32 N>::m_count [b2GrowableStack.h <80:8 80:14>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
@@ -233,7 +233,7 @@ SYMBOL_METHOD: public int b3TypedObject::getObjectType() const [b3Scalar.h <633:
SYMBOL_FUNCTION: T * b3AlignPointer<typename T>(T *, size_t) [b3Scalar.h <642:1 <642:22 <642:25 642:38> 642:73> 661:1>]
SYMBOL_STRUCT: b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:2 <645:9 645:29> 652:2>]
SYMBOL_UNION: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 <647:3 647:7> 651:3>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<typename T>::b3ConvertPointerSizeT:: [b3Scalar.h <647:3 647:7>]
SYMBOL_FUNCTION: void * b3AlignedAllocInternal(size_t, int) [b3AlignedAllocator.h <38:2 <38:8 38:29> 38:58>]
@@ -402,12 +402,12 @@ SYMBOL_CLASS: b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <45:1 <47
SYMBOL_FIELD: private b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
SYMBOL_FUNCTION: private int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
SYMBOL_FIELD: private int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
SYMBOL_FUNCTION: private b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FUNCTION: private T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FIELD: private bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:2 <59:2 <59:43 59:51> 59:89> 63:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:2 <524:2 <524:7 524:19> 524:59> 529:2>]
SYMBOL_METHOD: protected int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:3 <70:3 <70:23 70:31> 70:41> 73:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:3 <85:3 <85:24 85:27> 85:29> 92:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:3 <93:3 <93:24 93:30> 93:50> 100:3>]
SYMBOL_METHOD: protected void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:3 <102:3 <102:25 102:32> 102:42> 107:3>]
@@ -416,30 +416,30 @@ SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArra
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 <131:3 <131:3 131:23> 131:25> 134:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:3 <184:3 <184:24 184:28> 184:30> 191:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 <137:3 <137:3 137:22> 137:62> 144:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:3 <149:3 <149:23 149:26> 149:34> 152:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:3 <193:3 <193:24 193:31> 193:33> 198:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:3 <203:3 <203:24 203:41> 203:54> 218:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:3 <300:3 <300:24 300:30> 300:42> 326:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:3 <295:3 <295:23 295:30> 295:38> 298:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_CLASS: public b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:3 <329:9 329:12> 337:3>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) [b3AlignedObjectArray.h <340:3 <341:3 <341:8 341:24> 341:61> 367:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:3 <413:3 <413:8 413:11> 413:34> 426:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) [b3AlignedObjectArray.h <370:3 <371:3 <371:8 371:16> 371:38> 378:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) [b3AlignedObjectArray.h <428:2 <429:2 <429:7 429:14> 429:36> 449:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:2 <515:2 <515:7 515:26> 515:64> 522:2>]
SYMBOL_CLASS: b3AlignedObjectArray<b3DynamicBvh::sStkNN> [b3AlignedObjectArray.h <45:1 <47:7 47:26> 531:1>]
SYMBOL_FIELD: private b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
@@ -2872,28 +2872,28 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<ty
REFERENCE_CALL: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <61:3 61:15>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::init() -> void [b3AlignedObjectArray.h <85:19 85:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <88:4 88:15>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <90:4 90:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <91:4 91:13>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> void [b3AlignedObjectArray.h <93:19 93:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:32 93:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:42 93:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <95:4 95:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> void [b3AlignedObjectArray.h <102:19 102:22>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> int [b3AlignedObjectArray.h <102:34 102:36>]
REFERENCE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <105:12 105:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> void [b3AlignedObjectArray.h <109:19 109:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <113:9 113:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <115:6 115:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <128:4 128:7>]
@@ -2901,18 +2901,18 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>(
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <139:4 139:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <141:4 141:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <186:4 186:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <186:14 186:17>]
@@ -2920,7 +2920,7 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3Aligned
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <190:4 190:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> void [b3AlignedObjectArray.h <193:19 193:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <196:4 196:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <197:11 197:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
@@ -2929,44 +2929,44 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <211:19 211:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <213:6 213:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <217:4 217:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <297:11 297:20>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> void [b3AlignedObjectArray.h <300:19 300:22>]
@@ -2975,84 +2975,84 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3Ali
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <304:16 304:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3OutputErrorMessageVarArgsInternal(const char *) [b3AlignedObjectArray.h <308:6 308:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <310:6 310:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <312:13 312:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <314:15 314:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <314:5 314:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <316:5 316:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <319:5 319:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <323:5 323:14>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void [b3AlignedObjectArray.h <341:3 341:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:47 341:49>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:55 341:57>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <345:4 345:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <357:6 357:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <371:3 371:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <374:8 374:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <376:37 376:40>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> void [b3AlignedObjectArray.h <413:3 413:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <432:3 432:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <433:3 433:5>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <433:11 433:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <442:4 442:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:28 515:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:42 515:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:52 515:54>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <517:3 517:7>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <518:3 518:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <520:3 520:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <521:3 521:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void [b3AlignedObjectArray.h <524:2 524:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <524:27 524:46>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <526:3 526:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNN> -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <47:7 47:26>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_allocator -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_allocator -> b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> [b3AlignedObjectArray.h <49:2 49:19>]
@@ -3060,7 +3060,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN * b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN * b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNN> & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator=(const b3AlignedObjectArray<b3DynamicBvh::sStkNN> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3069,7 +3069,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DynamicBvh::sStkNN> & b3AlignedObje
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3108,13 +3108,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::b3Aligned
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::size() const -> int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
@@ -3127,13 +3127,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::pop_back(
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void b3DynamicBvh::sStkNN::sStkNN() [b3AlignedObjectArray.h <220:62 220:62>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expand(const b3DynamicBvh::sStkNN &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::push_back(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expand(const b3DynamicBvh::sStkNN &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::push_back(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::push_back(const b3DynamicBvh::sStkNN &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -3153,13 +3153,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::swap(int,
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findBinarySearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findBinarySearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findBinarySearch(const b3DynamicBvh::sStkNN &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch(const b3DynamicBvh::sStkNN &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch2(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch2(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch2(const b3DynamicBvh::sStkNN &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::remove(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::remove(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::remove(const b3DynamicBvh::sStkNN &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3176,7 +3176,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtN
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<const b3DbvtNode *>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<const b3DbvtNode *>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<const b3DbvtNode *> & b3AlignedObjectArray<const b3DbvtNode *>::operator=(const b3AlignedObjectArray<const b3DbvtNode *> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3185,7 +3185,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<const b3DbvtNode *> & b3AlignedObject
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3227,13 +3227,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::b3AlignedOb
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::size() const -> int b3AlignedObjectArray<const b3DbvtNode *>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3247,12 +3247,12 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::pop_back()
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expand(const b3DbvtNode * const &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expand(const b3DbvtNode * const &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> int b3AlignedObjectArray<const b3DbvtNode *>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -3294,18 +3294,18 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::swap(int, i
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findBinarySearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findBinarySearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findBinarySearch(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<const b3DbvtNode *>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<const b3DbvtNode *>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch2(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch2(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch2(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::remove(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::remove(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::remove(const b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3322,7 +3322,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::m_size
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b3AlignedObjectArray<int>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b3AlignedObjectArray<int>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<int>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<int>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::operator=(const b3AlignedObjectArray<int> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3331,7 +3331,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::ope
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3353,13 +3353,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::b3AlignedObjectArray(const
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<int>::size() const -> int b3AlignedObjectArray<int>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const int & b3AlignedObjectArray<int>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const int & b3AlignedObjectArray<int>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: int & b3AlignedObjectArray<int>::operator[](int) -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3372,12 +3372,12 @@ REFERENCE_USAGE: void b3AlignedObjectArray<int>::pop_back() -> int * b3AlignedOb
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resize(int, const int &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resize(int, const int &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expand(const int &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::push_back(const int &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expand(const int &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::push_back(const int &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::push_back(const int &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -3397,13 +3397,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> void [b3
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::remove(const int &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::remove(const int &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::remove(const int &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3420,7 +3420,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS * b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS * b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNPS> & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator=(const b3AlignedObjectArray<b3DynamicBvh::sStkNPS> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3429,7 +3429,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DynamicBvh::sStkNPS> & b3AlignedObj
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3465,13 +3465,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::b3Aligne
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const -> int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> b3DynamicBvh::sStkNPS * b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3481,12 +3481,12 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::pop_back
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expand(const b3DynamicBvh::sStkNPS &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expand(const b3DynamicBvh::sStkNPS &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -3529,13 +3529,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::swap(int
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findBinarySearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findBinarySearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findBinarySearch(const b3DynamicBvh::sStkNPS &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch(const b3DynamicBvh::sStkNPS &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch2(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch2(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch2(const b3DynamicBvh::sStkNPS &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::remove(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::remove(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::remove(const b3DynamicBvh::sStkNPS &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3552,7 +3552,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP * b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP * b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNP> & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator=(const b3AlignedObjectArray<b3DynamicBvh::sStkNP> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3561,7 +3561,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DynamicBvh::sStkNP> & b3AlignedObje
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3582,13 +3582,13 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::b3AlignedObjectArray(const b3AlignedObjectArray<b3DynamicBvh::sStkNP> &) -> b3AlignedObjectArray<b3DynamicBvh::sStkNP> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
@@ -3597,12 +3597,12 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::pop_back(
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expand(const b3DynamicBvh::sStkNP &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::push_back(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expand(const b3DynamicBvh::sStkNP &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::push_back(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::push_back(const b3DynamicBvh::sStkNP &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -3622,13 +3622,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::swap(int,
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findBinarySearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findBinarySearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findBinarySearch(const b3DynamicBvh::sStkNP &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch(const b3DynamicBvh::sStkNP &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch2(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch2(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch2(const b3DynamicBvh::sStkNP &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::remove(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::remove(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::remove(const b3DynamicBvh::sStkNP &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3645,7 +3645,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * * b3AlignedObjectArray<b3DbvtNode *>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * * b3AlignedObjectArray<b3DbvtNode *>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DbvtNode *>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DbvtNode *>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DbvtNode *> & b3AlignedObjectArray<b3DbvtNode *>::operator=(const b3AlignedObjectArray<b3DbvtNode *> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3654,7 +3654,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DbvtNode *> & b3AlignedObjectArray<
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::copy(int, int, b3DbvtNode * *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::copy(int, int, b3DbvtNode * *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::copy(int, int, b3DbvtNode * *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::copy(int, int, b3DbvtNode * *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::copy(int, int, b3DbvtNode * *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3696,14 +3696,14 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::b3AlignedObjectAr
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::size() const -> int b3AlignedObjectArray<b3DbvtNode *>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * const & b3AlignedObjectArray<b3DbvtNode *>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * const & b3AlignedObjectArray<b3DbvtNode *>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: b3DbvtNode * const & b3AlignedObjectArray<b3DbvtNode *>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * const & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * const & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: b3DbvtNode * const & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: b3DbvtNode * const & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) const -> b3DbvtNode * * b3AlignedObjectArray<b3DbvtNode *>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::operator[](int) -> b3DbvtNode * * b3AlignedObjectArray<b3DbvtNode *>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3720,7 +3720,7 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::pop_back() -> b3DbvtNo
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
@@ -3732,9 +3732,9 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode
REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> b3DbvtNode * * b3AlignedObjectArray<b3DbvtNode *>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> void b3AlignedObjectArray<b3DbvtNode *>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::resize(int, b3DbvtNode * const &) -> int b3AlignedObjectArray<b3DbvtNode *>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::expand(b3DbvtNode * const &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::push_back(b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtNode * & b3AlignedObjectArray<b3DbvtNode *>::expand(b3DbvtNode * const &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::push_back(b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::push_back(b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::push_back(b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DbvtNode *>::push_back(b3DbvtNode * const &) -> int b3AlignedObjectArray<b3DbvtNode *>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -3780,13 +3780,13 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::swap(int, int) -> b3Db
REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::swap(int, int) -> b3DbvtNode * * b3AlignedObjectArray<b3DbvtNode *>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::swap(int, int) -> b3DbvtNode * * b3AlignedObjectArray<b3DbvtNode *>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::findBinarySearch(b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::findBinarySearch(b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::findBinarySearch(b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::findLinearSearch(b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::findLinearSearch(b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::findLinearSearch(b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::findLinearSearch2(b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtNode *>::findLinearSearch2(b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtNode *>::findLinearSearch2(b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::remove(b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::remove(b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::remove(b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtNode *>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtNode *>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3803,7 +3803,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN * b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN * b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkCLN> & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator=(const b3AlignedObjectArray<b3DynamicBvh::sStkCLN> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3812,7 +3812,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DynamicBvh::sStkCLN> & b3AlignedObj
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::copy(int, int, b3DynamicBvh::sStkCLN *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::copy(int, int, b3DynamicBvh::sStkCLN *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::copy(int, int, b3DynamicBvh::sStkCLN *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::copy(int, int, b3DynamicBvh::sStkCLN *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::copy(int, int, b3DynamicBvh::sStkCLN *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3856,13 +3856,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::b3Aligne
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::size() const -> int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::operator[](int) -> b3DynamicBvh::sStkCLN * b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3880,12 +3880,12 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::pop_back() ->
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::resize(int, const b3DynamicBvh::sStkCLN &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::resize(int, const b3DynamicBvh::sStkCLN &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::resize(int, const b3DynamicBvh::sStkCLN &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::resize(int, const b3DynamicBvh::sStkCLN &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::expand(const b3DynamicBvh::sStkCLN &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::push_back(const b3DynamicBvh::sStkCLN &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkCLN & b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::expand(const b3DynamicBvh::sStkCLN &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::push_back(const b3DynamicBvh::sStkCLN &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::push_back(const b3DynamicBvh::sStkCLN &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::push_back(const b3DynamicBvh::sStkCLN &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::push_back(const b3DynamicBvh::sStkCLN &) -> int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -3928,13 +3928,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::swap(int
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findBinarySearch(const b3DynamicBvh::sStkCLN &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findBinarySearch(const b3DynamicBvh::sStkCLN &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findBinarySearch(const b3DynamicBvh::sStkCLN &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findLinearSearch(const b3DynamicBvh::sStkCLN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findLinearSearch(const b3DynamicBvh::sStkCLN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findLinearSearch(const b3DynamicBvh::sStkCLN &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findLinearSearch2(const b3DynamicBvh::sStkCLN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findLinearSearch2(const b3DynamicBvh::sStkCLN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::findLinearSearch2(const b3DynamicBvh::sStkCLN &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::remove(const b3DynamicBvh::sStkCLN &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::remove(const b3DynamicBvh::sStkCLN &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::remove(const b3DynamicBvh::sStkCLN &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkCLN>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -238,7 +238,7 @@ SYMBOL_METHOD: public int b3TypedObject::getObjectType() const [b3Scalar.h <633:
SYMBOL_FUNCTION: T * b3AlignPointer<typename T>(T *, size_t) [b3Scalar.h <642:1 <642:22 <642:25 642:38> 642:73> 661:1>]
SYMBOL_STRUCT: b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:2 <645:9 645:29> 652:2>]
SYMBOL_UNION: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 <647:3 647:7> 651:3>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<typename T>::b3ConvertPointerSizeT:: [b3Scalar.h <647:3 647:7>]
SYMBOL_FUNCTION: void * b3AlignedAllocInternal(size_t, int) [b3AlignedAllocator.h <38:2 <38:8 38:29> 38:58>]
@@ -405,12 +405,12 @@ SYMBOL_CLASS: b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <45:1 <47
SYMBOL_FIELD: private b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
SYMBOL_FUNCTION: private int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
SYMBOL_FIELD: private int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
SYMBOL_FUNCTION: private b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FUNCTION: private T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FIELD: private bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:2 <59:2 <59:43 59:51> 59:89> 63:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:2 <524:2 <524:7 524:19> 524:59> 529:2>]
SYMBOL_METHOD: protected int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:3 <70:3 <70:23 70:31> 70:41> 73:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:3 <85:3 <85:24 85:27> 85:29> 92:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:3 <93:3 <93:24 93:30> 93:50> 100:3>]
SYMBOL_METHOD: protected void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:3 <102:3 <102:25 102:32> 102:42> 107:3>]
@@ -419,30 +419,30 @@ SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArra
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 <131:3 <131:3 131:23> 131:25> 134:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:3 <184:3 <184:24 184:28> 184:30> 191:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 <137:3 <137:3 137:22> 137:62> 144:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:3 <149:3 <149:23 149:26> 149:34> 152:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:3 <193:3 <193:24 193:31> 193:33> 198:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:3 <203:3 <203:24 203:41> 203:54> 218:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:3 <300:3 <300:24 300:30> 300:42> 326:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:3 <295:3 <295:23 295:30> 295:38> 298:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_CLASS: public b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:3 <329:9 329:12> 337:3>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) [b3AlignedObjectArray.h <340:3 <341:3 <341:8 341:24> 341:61> 367:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:3 <413:3 <413:8 413:11> 413:34> 426:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) [b3AlignedObjectArray.h <370:3 <371:3 <371:8 371:16> 371:38> 378:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) [b3AlignedObjectArray.h <428:2 <429:2 <429:7 429:14> 429:36> 449:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:2 <515:2 <515:7 515:26> 515:64> 522:2>]
SYMBOL_CLASS: b3AlignedObjectArray<b3DynamicBvh::sStkNN> [b3AlignedObjectArray.h <45:1 <47:7 47:26> 531:1>]
SYMBOL_FIELD: private b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
@@ -3270,28 +3270,28 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<ty
REFERENCE_CALL: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <61:3 61:15>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::init() -> void [b3AlignedObjectArray.h <85:19 85:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <88:4 88:15>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <90:4 90:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <91:4 91:13>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> void [b3AlignedObjectArray.h <93:19 93:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:32 93:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:42 93:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <95:4 95:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> void [b3AlignedObjectArray.h <102:19 102:22>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> int [b3AlignedObjectArray.h <102:34 102:36>]
REFERENCE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <105:12 105:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> void [b3AlignedObjectArray.h <109:19 109:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <113:9 113:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <115:6 115:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <128:4 128:7>]
@@ -3299,18 +3299,18 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>(
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <139:4 139:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <141:4 141:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <186:4 186:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <186:14 186:17>]
@@ -3318,7 +3318,7 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3Aligned
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <190:4 190:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> void [b3AlignedObjectArray.h <193:19 193:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <196:4 196:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <197:11 197:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
@@ -3327,44 +3327,44 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <211:19 211:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <213:6 213:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <217:4 217:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <297:11 297:20>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> void [b3AlignedObjectArray.h <300:19 300:22>]
@@ -3373,84 +3373,84 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3Ali
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <304:16 304:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3OutputErrorMessageVarArgsInternal(const char *) [b3AlignedObjectArray.h <308:6 308:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <310:6 310:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <312:13 312:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <314:15 314:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <314:5 314:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <316:5 316:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <319:5 319:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <323:5 323:14>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void [b3AlignedObjectArray.h <341:3 341:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:47 341:49>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:55 341:57>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <345:4 345:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <357:6 357:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <371:3 371:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <374:8 374:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <376:37 376:40>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> void [b3AlignedObjectArray.h <413:3 413:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <432:3 432:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <433:3 433:5>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <433:11 433:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <442:4 442:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:28 515:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:42 515:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:52 515:54>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <517:3 517:7>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <518:3 518:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <520:3 520:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <521:3 521:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void [b3AlignedObjectArray.h <524:2 524:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <524:27 524:46>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <526:3 526:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNN> -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <47:7 47:26>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_allocator -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_allocator -> b3AlignedAllocator<b3DynamicBvh::sStkNN, 16> [b3AlignedObjectArray.h <49:2 49:19>]
@@ -3458,7 +3458,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN * b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN * b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNN> & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator=(const b3AlignedObjectArray<b3DynamicBvh::sStkNN> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3467,7 +3467,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DynamicBvh::sStkNN> & b3AlignedObje
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::copy(int, int, b3DynamicBvh::sStkNN *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3511,13 +3511,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::b3Aligned
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::size() const -> int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::operator[](int) -> b3DynamicBvh::sStkNN * b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3531,7 +3531,7 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::pop_back(
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
@@ -3546,9 +3546,9 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, co
REFERENCE_CALL: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> void b3DynamicBvh::sStkNN::sStkNN(const b3DynamicBvh::sStkNN &) [b3AlignedObjectArray.h <239:24 239:24>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::resize(int, const b3DynamicBvh::sStkNN &) -> int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expand(const b3DynamicBvh::sStkNN &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::push_back(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNN & b3AlignedObjectArray<b3DynamicBvh::sStkNN>::expand(const b3DynamicBvh::sStkNN &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::push_back(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::push_back(const b3DynamicBvh::sStkNN &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -3581,13 +3581,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::swap(int,
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findBinarySearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findBinarySearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findBinarySearch(const b3DynamicBvh::sStkNN &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch(const b3DynamicBvh::sStkNN &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch2(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch2(const b3DynamicBvh::sStkNN &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNN>::findLinearSearch2(const b3DynamicBvh::sStkNN &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::remove(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::remove(const b3DynamicBvh::sStkNN &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::remove(const b3DynamicBvh::sStkNN &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNN>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3604,7 +3604,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtN
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<const b3DbvtNode *>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<const b3DbvtNode *>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<const b3DbvtNode *> & b3AlignedObjectArray<const b3DbvtNode *>::operator=(const b3AlignedObjectArray<const b3DbvtNode *> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3613,7 +3613,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<const b3DbvtNode *> & b3AlignedObject
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::copy(int, int, const b3DbvtNode * *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3655,13 +3655,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::b3AlignedOb
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::size() const -> int b3AlignedObjectArray<const b3DbvtNode *>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * const & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::operator[](int) -> const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3678,7 +3678,7 @@ REFERENCE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::pop_back() -> co
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
@@ -3690,9 +3690,9 @@ REFERENCE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, cons
REFERENCE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> const b3DbvtNode * * b3AlignedObjectArray<const b3DbvtNode *>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_CALL: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> void b3AlignedObjectArray<const b3DbvtNode *>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::resize(int, const b3DbvtNode * const &) -> int b3AlignedObjectArray<const b3DbvtNode *>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expand(const b3DbvtNode * const &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtNode * & b3AlignedObjectArray<const b3DbvtNode *>::expand(const b3DbvtNode * const &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<const b3DbvtNode *>::push_back(const b3DbvtNode * const &) -> int b3AlignedObjectArray<const b3DbvtNode *>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -3734,13 +3734,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::swap(int, i
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findBinarySearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findBinarySearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findBinarySearch(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch2(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch2(const b3DbvtNode * const &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<const b3DbvtNode *>::findLinearSearch2(const b3DbvtNode * const &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::remove(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::remove(const b3DbvtNode * const &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::remove(const b3DbvtNode * const &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<const b3DbvtNode *>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<const b3DbvtNode *>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3757,7 +3757,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::m_size
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b3AlignedObjectArray<int>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b3AlignedObjectArray<int>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<int>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<int>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::operator=(const b3AlignedObjectArray<int> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3766,7 +3766,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::ope
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3788,13 +3788,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::b3AlignedObjectArray(const
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<int>::size() const -> int b3AlignedObjectArray<int>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const int & b3AlignedObjectArray<int>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const int & b3AlignedObjectArray<int>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: int & b3AlignedObjectArray<int>::operator[](int) -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3807,12 +3807,12 @@ REFERENCE_USAGE: void b3AlignedObjectArray<int>::pop_back() -> int * b3AlignedOb
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resize(int, const int &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resize(int, const int &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expand(const int &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::push_back(const int &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expand(const int &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::push_back(const int &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::push_back(const int &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -3832,13 +3832,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> void [b3
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::remove(const int &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::remove(const int &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::remove(const int &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3855,7 +3855,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS * b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS * b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNPS> & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator=(const b3AlignedObjectArray<b3DynamicBvh::sStkNPS> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3864,7 +3864,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DynamicBvh::sStkNPS> & b3AlignedObj
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::copy(int, int, b3DynamicBvh::sStkNPS *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -3900,13 +3900,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::b3Aligne
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const -> int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::operator[](int) -> b3DynamicBvh::sStkNPS * b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -3916,12 +3916,12 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::pop_back
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::resize(int, const b3DynamicBvh::sStkNPS &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expand(const b3DynamicBvh::sStkNPS &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNPS & b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::expand(const b3DynamicBvh::sStkNPS &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::push_back(const b3DynamicBvh::sStkNPS &) -> int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -3964,13 +3964,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::swap(int
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findBinarySearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findBinarySearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findBinarySearch(const b3DynamicBvh::sStkNPS &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch(const b3DynamicBvh::sStkNPS &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch2(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch2(const b3DynamicBvh::sStkNPS &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::findLinearSearch2(const b3DynamicBvh::sStkNPS &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::remove(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::remove(const b3DynamicBvh::sStkNPS &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::remove(const b3DynamicBvh::sStkNPS &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNPS>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -3987,7 +3987,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP * b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP * b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DynamicBvh::sStkNP>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DynamicBvh::sStkNP> & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator=(const b3AlignedObjectArray<b3DynamicBvh::sStkNP> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -3996,7 +3996,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DynamicBvh::sStkNP> & b3AlignedObje
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::copy(int, int, b3DynamicBvh::sStkNP *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -4017,13 +4017,13 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::b3AlignedObjectArray(const b3AlignedObjectArray<b3DynamicBvh::sStkNP> &) -> b3AlignedObjectArray<b3DynamicBvh::sStkNP> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
@@ -4032,12 +4032,12 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::pop_back(
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::resize(int, const b3DynamicBvh::sStkNP &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expand(const b3DynamicBvh::sStkNP &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::push_back(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DynamicBvh::sStkNP & b3AlignedObjectArray<b3DynamicBvh::sStkNP>::expand(const b3DynamicBvh::sStkNP &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::push_back(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::push_back(const b3DynamicBvh::sStkNP &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -4057,13 +4057,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::swap(int,
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findBinarySearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findBinarySearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findBinarySearch(const b3DynamicBvh::sStkNP &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch(const b3DynamicBvh::sStkNP &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch2(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch2(const b3DynamicBvh::sStkNP &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DynamicBvh::sStkNP>::findLinearSearch2(const b3DynamicBvh::sStkNP &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::remove(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::remove(const b3DynamicBvh::sStkNP &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::remove(const b3DynamicBvh::sStkNP &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DynamicBvh::sStkNP>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -4080,7 +4080,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::m_si
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 * b3AlignedObjectArray<b3Int4>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 * b3AlignedObjectArray<b3Int4>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3Int4>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3Int4>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4>::operator=(const b3AlignedObjectArray<b3Int4> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -4089,7 +4089,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -4125,14 +4125,14 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray(co
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3Int4>::size() const -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -4142,7 +4142,7 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::pop_back() -> void [b3A
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
@@ -4157,9 +4157,9 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &)
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void b3AlignedObjectArray<b3Int4>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void b3Int4::b3Int4(const b3Int4 &) [b3AlignedObjectArray.h <239:24 239:24>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expand(const b3Int4 &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expand(const b3Int4 &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -4218,13 +4218,13 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> b3Int4 * b
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> b3Int4 & b3Int4::operator=(const b3Int4 &) [b3AlignedObjectArray.h <422:19 422:19>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> b3Int4 & b3Int4::operator=(const b3Int4 &) [b3AlignedObjectArray.h <423:19 423:19>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findBinarySearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findBinarySearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findBinarySearch(const b3Int4 &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch2(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch2(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch2(const b3Int4 &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -4242,7 +4242,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>:
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy * b3AlignedObjectArray<b3DbvtProxy>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy * b3AlignedObjectArray<b3DbvtProxy>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3DbvtProxy>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3DbvtProxy>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3DbvtProxy> & b3AlignedObjectArray<b3DbvtProxy>::operator=(const b3AlignedObjectArray<b3DbvtProxy> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -4251,7 +4251,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3DbvtProxy> & b3AlignedObjectArray<b
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::copy(int, int, b3DbvtProxy *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::copy(int, int, b3DbvtProxy *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::copy(int, int, b3DbvtProxy *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::copy(int, int, b3DbvtProxy *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::copy(int, int, b3DbvtProxy *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -4295,14 +4295,14 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::b3AlignedObjectArr
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::size() const -> int b3AlignedObjectArray<b3DbvtProxy>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) const -> b3DbvtProxy * b3AlignedObjectArray<b3DbvtProxy>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::operator[](int) -> b3DbvtProxy * b3AlignedObjectArray<b3DbvtProxy>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -4316,7 +4316,7 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::pop_back() -> void
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
@@ -4331,9 +4331,9 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3Dbv
REFERENCE_CALL: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> void b3AlignedObjectArray<b3DbvtProxy>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_CALL: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> void b3DbvtProxy::b3DbvtProxy(const b3DbvtProxy &) [b3AlignedObjectArray.h <239:24 239:24>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::resize(int, const b3DbvtProxy &) -> int b3AlignedObjectArray<b3DbvtProxy>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::expand(const b3DbvtProxy &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::push_back(const b3DbvtProxy &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3DbvtProxy & b3AlignedObjectArray<b3DbvtProxy>::expand(const b3DbvtProxy &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::push_back(const b3DbvtProxy &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::push_back(const b3DbvtProxy &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -4366,13 +4366,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::swap(int, int) ->
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::findBinarySearch(const b3DbvtProxy &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::findBinarySearch(const b3DbvtProxy &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::findBinarySearch(const b3DbvtProxy &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::findLinearSearch(const b3DbvtProxy &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::findLinearSearch(const b3DbvtProxy &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::findLinearSearch(const b3DbvtProxy &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::findLinearSearch2(const b3DbvtProxy &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3DbvtProxy>::findLinearSearch2(const b3DbvtProxy &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3DbvtProxy>::findLinearSearch2(const b3DbvtProxy &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::remove(const b3DbvtProxy &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::remove(const b3DbvtProxy &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::remove(const b3DbvtProxy &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3DbvtProxy>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3DbvtProxy>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -240,7 +240,7 @@ SYMBOL_METHOD: public int b3TypedObject::getObjectType() const [b3Scalar.h <633:
SYMBOL_FUNCTION: T * b3AlignPointer<typename T>(T *, size_t) [b3Scalar.h <642:1 <642:22 <642:25 642:38> 642:73> 661:1>]
SYMBOL_STRUCT: b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:2 <645:9 645:29> 652:2>]
SYMBOL_UNION: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 <647:3 647:7> 651:3>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<typename T>::b3ConvertPointerSizeT:: [b3Scalar.h <647:3 647:7>]
SYMBOL_FUNCTION: void * b3AlignedAllocInternal(size_t, int) [b3AlignedAllocator.h <38:2 <38:8 38:29> 38:58>]
@@ -315,12 +315,12 @@ SYMBOL_CLASS: b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <45:1 <47
SYMBOL_FIELD: private b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
SYMBOL_FUNCTION: private int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
SYMBOL_FIELD: private int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
SYMBOL_FUNCTION: private b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FUNCTION: private T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FIELD: private bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:2 <59:2 <59:43 59:51> 59:89> 63:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:2 <524:2 <524:7 524:19> 524:59> 529:2>]
SYMBOL_METHOD: protected int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:3 <70:3 <70:23 70:31> 70:41> 73:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:3 <85:3 <85:24 85:27> 85:29> 92:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:3 <93:3 <93:24 93:30> 93:50> 100:3>]
SYMBOL_METHOD: protected void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:3 <102:3 <102:25 102:32> 102:42> 107:3>]
@@ -329,30 +329,30 @@ SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArra
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 <131:3 <131:3 131:23> 131:25> 134:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:3 <184:3 <184:24 184:28> 184:30> 191:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 <137:3 <137:3 137:22> 137:62> 144:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:3 <149:3 <149:23 149:26> 149:34> 152:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:3 <193:3 <193:24 193:31> 193:33> 198:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:3 <203:3 <203:24 203:41> 203:54> 218:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:3 <300:3 <300:24 300:30> 300:42> 326:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:3 <295:3 <295:23 295:30> 295:38> 298:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_CLASS: public b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:3 <329:9 329:12> 337:3>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) [b3AlignedObjectArray.h <340:3 <341:3 <341:8 341:24> 341:61> 367:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:3 <413:3 <413:8 413:11> 413:34> 426:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) [b3AlignedObjectArray.h <370:3 <371:3 <371:8 371:16> 371:38> 378:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) [b3AlignedObjectArray.h <428:2 <429:2 <429:7 429:14> 429:36> 449:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:2 <515:2 <515:7 515:26> 515:64> 522:2>]
SYMBOL_CLASS: b3AlignedObjectArray<b3Int4> [b3AlignedObjectArray.h <45:1 <47:7 47:26> 531:1>]
SYMBOL_FIELD: private b3AlignedAllocator<b3Int4, 16> b3AlignedObjectArray<b3Int4>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
@@ -2309,28 +2309,28 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<ty
REFERENCE_CALL: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <61:3 61:15>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::init() -> void [b3AlignedObjectArray.h <85:19 85:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <88:4 88:15>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <90:4 90:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <91:4 91:13>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> void [b3AlignedObjectArray.h <93:19 93:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:32 93:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:42 93:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <95:4 95:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> void [b3AlignedObjectArray.h <102:19 102:22>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> int [b3AlignedObjectArray.h <102:34 102:36>]
REFERENCE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <105:12 105:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> void [b3AlignedObjectArray.h <109:19 109:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <113:9 113:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <115:6 115:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <128:4 128:7>]
@@ -2338,18 +2338,18 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>(
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <139:4 139:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <141:4 141:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <186:4 186:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <186:14 186:17>]
@@ -2357,7 +2357,7 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3Aligned
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <190:4 190:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> void [b3AlignedObjectArray.h <193:19 193:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <196:4 196:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <197:11 197:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
@@ -2366,44 +2366,44 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <211:19 211:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <213:6 213:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <217:4 217:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <297:11 297:20>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> void [b3AlignedObjectArray.h <300:19 300:22>]
@@ -2412,84 +2412,84 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3Ali
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <304:16 304:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3OutputErrorMessageVarArgsInternal(const char *) [b3AlignedObjectArray.h <308:6 308:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <310:6 310:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <312:13 312:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <314:15 314:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <314:5 314:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <316:5 316:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <319:5 319:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <323:5 323:14>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void [b3AlignedObjectArray.h <341:3 341:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:47 341:49>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:55 341:57>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <345:4 345:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <357:6 357:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <371:3 371:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <374:8 374:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <376:37 376:40>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> void [b3AlignedObjectArray.h <413:3 413:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <432:3 432:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <433:3 433:5>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <433:11 433:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <442:4 442:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:28 515:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:42 515:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:52 515:54>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <517:3 517:7>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <518:3 518:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <520:3 520:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <521:3 521:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void [b3AlignedObjectArray.h <524:2 524:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <524:27 524:46>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <526:3 526:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<b3Int4> -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <47:7 47:26>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Int4, 16> b3AlignedObjectArray<b3Int4>::m_allocator -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16> b3AlignedObjectArray<b3Int4>::m_allocator -> b3AlignedAllocator<b3Int4, 16> [b3AlignedObjectArray.h <49:2 49:19>]
@@ -2497,7 +2497,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::m_si
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 * b3AlignedObjectArray<b3Int4>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 * b3AlignedObjectArray<b3Int4>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3Int4>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3Int4>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4>::operator=(const b3AlignedObjectArray<b3Int4> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -2506,7 +2506,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -2550,14 +2550,14 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray(co
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3Int4>::size() const -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) const -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::operator[](int) -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -2575,10 +2575,10 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::pop_back() -> b3Int4 * b3Ali
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::resize(int, const b3Int4 &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> int b3AlignedObjectArray<b3Int4>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> int b3AlignedObjectArray<b3Int4>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
@@ -2587,8 +2587,8 @@ REFERENCE_CALL: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -
REFERENCE_CALL: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> int b3AlignedObjectArray<b3Int4>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expand(const b3Int4 &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expand(const b3Int4 &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> int b3AlignedObjectArray<b3Int4>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -2657,9 +2657,9 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> b3Int4 * b
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> b3Int4 & b3Int4::operator=(const b3Int4 &) [b3AlignedObjectArray.h <422:19 422:19>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> b3Int4 & b3Int4::operator=(const b3Int4 &) [b3AlignedObjectArray.h <423:19 423:19>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findBinarySearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findBinarySearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findBinarySearch(const b3Int4 &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
@@ -2667,9 +2667,9 @@ REFERENCE_CALL: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4
REFERENCE_CALL: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> int b3AlignedObjectArray<b3Int4>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_CALL: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> bool operator==(const b3BroadphasePair &, const b3BroadphasePair &) [b3AlignedObjectArray.h <478:18 478:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch(const b3Int4 &) const -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch2(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::findLinearSearch2(const b3Int4 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch2(const b3Int4 &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -2686,7 +2686,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::m_size
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b3AlignedObjectArray<int>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int * b3AlignedObjectArray<int>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<int>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<int>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::operator=(const b3AlignedObjectArray<int> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -2695,7 +2695,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::ope
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -2737,13 +2737,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::b3AlignedObjectArray(const
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<int>::size() const -> int b3AlignedObjectArray<int>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const int & b3AlignedObjectArray<int>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const int & b3AlignedObjectArray<int>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const int & b3AlignedObjectArray<int>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: int & b3AlignedObjectArray<int>::operator[](int) -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -2757,7 +2757,7 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::pop_back() -> void [b3Alig
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resize(int, const int &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resize(int, const int &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
@@ -2769,9 +2769,9 @@ REFERENCE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> int
REFERENCE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::resize(int, const int &) -> void b3AlignedObjectArray<int>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::resize(int, const int &) -> int b3AlignedObjectArray<int>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expand(const int &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::push_back(const int &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int & b3AlignedObjectArray<int>::expand(const int &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::push_back(const int &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::push_back(const int &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
@@ -2804,13 +2804,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> void [b3
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::remove(const int &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::remove(const int &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::remove(const int &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -138,7 +138,7 @@ SYMBOL_METHOD: public int b3TypedObject::getObjectType() const [b3Scalar.h <633:
SYMBOL_FUNCTION: T * b3AlignPointer<typename T>(T *, size_t) [b3Scalar.h <642:1 <642:22 <642:25 642:38> 642:73> 661:1>]
SYMBOL_STRUCT: b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:2 <645:9 645:29> 652:2>]
SYMBOL_UNION: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 <647:3 647:7> 651:3>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<typename T>::b3ConvertPointerSizeT:: [b3Scalar.h <647:3 647:7>]
SYMBOL_FUNCTION: char * b3AlignPointer<char>(char *, size_t) [b3Scalar.h <642:22 <642:22 <642:25 642:38> 642:73> 661:1>]
@@ -522,7 +522,7 @@ REFERENCE_TYPE_USAGE: char * b3AlignPointer<char>(char *, size_t) -> size_t [b3S
REFERENCE_TYPE_USAGE: char * b3AlignPointer<char>(char *, size_t) -> size_t [b3Scalar.h <656:8 656:13>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignPointer<char>::b3ConvertPointerSizeT -> b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:9 645:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) -> b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 647:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: char * b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr -> b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: char * b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr -> T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: size_t b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer -> size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
REFERENCE_TYPE_USAGE: size_t b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer -> size_t [b3Scalar.h <650:5 650:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<char>::b3ConvertPointerSizeT:: -> b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<typename T>::b3ConvertPointerSizeT:: [b3Scalar.h <647:3 647:7>]
@@ -176,7 +176,7 @@ SYMBOL_METHOD: public int b3TypedObject::getObjectType() const [b3Scalar.h <633:
SYMBOL_FUNCTION: T * b3AlignPointer<typename T>(T *, size_t) [b3Scalar.h <642:1 <642:22 <642:25 642:38> 642:73> 661:1>]
SYMBOL_STRUCT: b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:2 <645:9 645:29> 652:2>]
SYMBOL_UNION: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 <647:3 647:7> 651:3>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<typename T>::b3ConvertPointerSizeT:: [b3Scalar.h <647:3 647:7>]
SYMBOL_FUNCTION: const T & b3Min<class T>(const T &, const T &) [b3MinMax.h <22:1 <23:1 <23:26 23:30> 23:54> 26:1>]
@@ -180,7 +180,7 @@ SYMBOL_METHOD: public int b3TypedObject::getObjectType() const [b3Scalar.h <633:
SYMBOL_FUNCTION: T * b3AlignPointer<typename T>(T *, size_t) [b3Scalar.h <642:1 <642:22 <642:25 642:38> 642:73> 661:1>]
SYMBOL_STRUCT: b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:2 <645:9 645:29> 652:2>]
SYMBOL_UNION: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 <647:3 647:7> 651:3>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
SYMBOL_FIELD: public size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
SYMBOL_FIELD: public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<typename T>::b3ConvertPointerSizeT:: [b3Scalar.h <647:3 647:7>]
SYMBOL_FUNCTION: const T & b3Min<class T>(const T &, const T &) [b3MinMax.h <22:1 <23:1 <23:26 23:30> 23:54> 26:1>]
@@ -409,12 +409,12 @@ SYMBOL_CLASS: b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <45:1 <47
SYMBOL_FIELD: private b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
SYMBOL_FUNCTION: private int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
SYMBOL_FIELD: private int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
SYMBOL_FUNCTION: private b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FUNCTION: private T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
SYMBOL_FIELD: private bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:2 <59:2 <59:43 59:51> 59:89> 63:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:2 <524:2 <524:7 524:19> 524:59> 529:2>]
SYMBOL_METHOD: protected int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:3 <70:3 <70:23 70:31> 70:41> 73:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:3 <74:3 <74:24 74:27> 74:61> 83:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:3 <85:3 <85:24 85:27> 85:29> 92:3>]
SYMBOL_METHOD: protected void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:3 <93:3 <93:24 93:30> 93:50> 100:3>]
SYMBOL_METHOD: protected void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:3 <102:3 <102:25 102:32> 102:42> 107:3>]
@@ -423,30 +423,30 @@ SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArra
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 <131:3 <131:3 131:23> 131:25> 134:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:3 <184:3 <184:24 184:28> 184:30> 191:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 <137:3 <137:3 137:22> 137:62> 144:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:3 <220:3 <220:24 220:29> 220:65> 246:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:3 <149:3 <149:23 149:26> 149:34> 152:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:3 <154:3 <154:28 154:29> 154:42> 159:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:3 <161:3 <161:22 161:23> 161:30> 166:3>]
SYMBOL_METHOD: public const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:3 <168:3 <168:28 168:37> 168:50> 173:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:3 <175:3 <175:22 175:31> 175:38> 180:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:3 <193:3 <193:24 193:31> 193:33> 198:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:3 <203:3 <203:24 203:41> 203:54> 218:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:3 <300:3 <300:24 300:30> 300:42> 326:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:3 <247:3 <247:23 247:43> 247:46> 257:3>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:3 <295:3 <295:23 295:30> 295:38> 298:3>]
SYMBOL_METHOD: public b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_METHOD: public T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:3 <260:3 <260:23 260:28> 260:53> 273:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:3 <276:3 <276:24 276:32> 276:47> 291:3>]
SYMBOL_CLASS: public b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:3 <329:9 329:12> 337:3>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) [b3AlignedObjectArray.h <333:5 <333:5 <333:10 333:19> 333:46> 336:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) [b3AlignedObjectArray.h <340:3 <341:3 <341:8 341:24> 341:61> 367:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:3 <413:3 <413:8 413:11> 413:34> 426:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) [b3AlignedObjectArray.h <370:3 <371:3 <371:8 371:16> 371:38> 378:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) [b3AlignedObjectArray.h <382:3 <383:3 <383:8 383:15> 383:60> 411:3>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) [b3AlignedObjectArray.h <428:2 <429:2 <429:7 429:14> 429:36> 449:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:2 <452:2 <452:6 452:21> 452:41> 468:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:2 <471:2 <471:6 471:21> 471:41> 485:2>]
SYMBOL_METHOD: public int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:5 <487:5 <487:9 487:25> 487:45> 501:5>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:2 <503:2 <503:7 503:12> 503:26> 512:2>]
SYMBOL_METHOD: public void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:2 <515:2 <515:7 515:26> 515:64> 522:2>]
SYMBOL_CLASS: b3AlignedObjectArray<b3Vector3> [b3AlignedObjectArray.h <45:1 <47:7 47:26> 531:1>]
SYMBOL_FIELD: private b3AlignedAllocator<b3Vector3, 16> b3AlignedObjectArray<b3Vector3>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
@@ -2088,28 +2088,28 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<ty
REFERENCE_CALL: b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <61:3 61:15>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copy(int, int, T *) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::init() -> void [b3AlignedObjectArray.h <85:19 85:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <88:4 88:15>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <90:4 90:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::init() -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <91:4 91:13>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> void [b3AlignedObjectArray.h <93:19 93:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:32 93:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:42 93:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::destroy(int, int) -> int [b3AlignedObjectArray.h <95:4 95:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::destroy(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> void [b3AlignedObjectArray.h <102:19 102:22>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> int [b3AlignedObjectArray.h <102:34 102:36>]
REFERENCE_USAGE: void * b3AlignedObjectArray<typename T>::allocate(int) -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <105:12 105:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> void [b3AlignedObjectArray.h <109:19 109:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <117:5 117:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <113:9 113:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::deallocate() -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <115:6 115:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <128:4 128:7>]
@@ -2117,18 +2117,18 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>(
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <139:4 139:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <141:4 141:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <142:4 142:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <143:34 143:39>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::size() const -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::at(int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <158:11 158:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::at(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <165:11 165:16>]
REFERENCE_TYPE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const T & b3AlignedObjectArray<typename T>::operator[](int) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::operator[](int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <186:4 186:10>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <186:14 186:17>]
@@ -2136,7 +2136,7 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3Aligned
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::clear() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <190:4 190:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> void [b3AlignedObjectArray.h <193:19 193:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <196:4 196:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::pop_back() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <197:11 197:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
@@ -2145,44 +2145,44 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <211:19 211:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <213:6 213:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <217:4 217:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <222:4 222:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <226:9 226:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int [b3AlignedObjectArray.h <237:10 237:12>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <222:18 222:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <232:19 232:22>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <228:6 228:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <234:6 234:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <239:13 239:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::resize(int, const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <245:4 245:9>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int [b3AlignedObjectArray.h <249:4 249:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <249:13 249:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <252:24 252:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <250:14 250:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <252:5 252:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <252:14 252:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <254:4 254:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expandNonInitializing() -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <256:11 256:16>]
REFERENCE_TYPE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int [b3AlignedObjectArray.h <262:4 262:6>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <262:13 262:16>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <265:24 265:27>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <263:14 263:21>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <265:5 265:11>]
REFERENCE_CALL: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <265:14 265:22>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <267:4 267:9>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <269:10 269:15>]
REFERENCE_USAGE: T & b3AlignedObjectArray<typename T>::expand(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <272:11 272:16>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <281:24 281:27>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <279:14 279:21>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <281:5 281:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <281:14 281:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::push_back(const T &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::capacity() const -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <297:11 297:20>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> void [b3AlignedObjectArray.h <300:19 300:22>]
@@ -2191,84 +2191,84 @@ REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3Ali
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <304:16 304:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3OutputErrorMessageVarArgsInternal(const char *) [b3AlignedObjectArray.h <308:6 308:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <310:6 310:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <312:5 312:8>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <312:13 312:16>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <314:15 314:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <314:5 314:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::reserve(int) -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <316:5 316:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <319:5 319:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::reserve(int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <323:5 323:14>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const b3AlignedObjectArray<typename T>::T &, const b3AlignedObjectArray<typename T>::T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<typename T>::less::operator()(const T &, const T &) -> bool [b3AlignedObjectArray.h <333:5 333:8>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void [b3AlignedObjectArray.h <341:3 341:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:47 341:49>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:55 341:57>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <345:4 345:6>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <346:8 346:13>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <351:24 351:29>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <353:26 353:31>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSortInternal<typename L>(const L &, int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <357:6 357:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <371:3 371:6>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <374:8 374:11>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::quickSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <376:37 376:40>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(b3AlignedObjectArray<typename T>::T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> void [b3AlignedObjectArray.h <383:3 383:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::downHeap<typename L>(T *, int, int, const L &) -> int [b3AlignedObjectArray.h <392:5 392:7>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> void [b3AlignedObjectArray.h <413:3 413:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <421:13 421:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:4 422:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <422:21 422:26>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::swap(int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <423:4 423:9>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <432:3 432:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int [b3AlignedObjectArray.h <433:3 433:5>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <433:11 433:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <436:13 436:18>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <447:13 447:18>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::heapSort<typename L>(const L &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <442:4 442:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <454:3 454:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <455:3 455:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int [b3AlignedObjectArray.h <459:4 459:6>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <455:14 455:17>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <467:10 467:13>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <460:14 460:19>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <462:19 462:24>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <473:3 473:5>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int [b3AlignedObjectArray.h <474:3 474:5>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <473:13 473:16>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <476:14 476:17>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <478:8 478:13>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <489:9 489:11>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int [b3AlignedObjectArray.h <490:9 490:11>]
REFERENCE_CALL: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <492:20 492:23>]
REFERENCE_USAGE: int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <494:17 494:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::remove(const T &) -> int [b3AlignedObjectArray.h <506:3 506:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <506:19 506:34>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <507:17 507:20>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <509:20 509:23>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <509:4 509:7>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::remove(const T &) -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <510:4 510:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:28 515:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:42 515:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:52 515:54>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <517:3 517:7>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <518:3 518:14>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <519:3 519:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <520:3 520:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <521:3 521:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void [b3AlignedObjectArray.h <524:2 524:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <524:27 524:46>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> int [b3AlignedObjectArray.h <526:3 526:5>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_CALL: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <527:3 527:8>]
REFERENCE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <528:33 528:38>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<b3Vector3> -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <47:7 47:26>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Vector3, 16> b3AlignedObjectArray<b3Vector3>::m_allocator -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16> b3AlignedObjectArray<b3Vector3>::m_allocator -> b3AlignedAllocator<b3Vector3, 16> [b3AlignedObjectArray.h <49:2 49:19>]
@@ -2276,7 +2276,7 @@ REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::m
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::m_size -> int [b3AlignedObjectArray.h <51:2 51:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::m_capacity -> int b3AlignedObjectArray<typename T>::m_capacity [b3AlignedObjectArray.h <52:10 52:19>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::m_capacity -> int [b3AlignedObjectArray.h <52:2 52:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data -> b3AlignedObjectArray<typename T>::T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3Vector3>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TYPE_USAGE: bool b3AlignedObjectArray<b3Vector3>::m_ownsMemory -> bool [b3AlignedObjectArray.h <55:2 55:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3Vector3> & b3AlignedObjectArray<b3Vector3>::operator=(const b3AlignedObjectArray<b3Vector3> &) -> b3AlignedObjectArray<typename T> & b3AlignedObjectArray<typename T>::operator=(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <59:43 59:50>]
@@ -2285,7 +2285,7 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> & b3AlignedObjectArray<b3V
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::allocSize(int) -> int [b3AlignedObjectArray.h <70:19 70:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::allocSize(int) -> int [b3AlignedObjectArray.h <70:33 70:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, b3AlignedObjectArray<typename T>::T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> void b3AlignedObjectArray<typename T>::copy(int, int, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> void [b3AlignedObjectArray.h <74:19 74:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> int [b3AlignedObjectArray.h <74:29 74:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> int [b3AlignedObjectArray.h <74:39 74:41>]
@@ -2321,14 +2321,14 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::b3AlignedObjectArray
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::size() const -> int [b3AlignedObjectArray.h <149:19 149:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3Vector3>::size() const -> int b3AlignedObjectArray<b3Vector3>::m_size [b3AlignedObjectArray.h <151:11 151:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Vector3 & b3AlignedObjectArray<b3Vector3>::at(int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Vector3 & b3AlignedObjectArray<b3Vector3>::at(int) const -> const T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TYPE_USAGE: const b3Vector3 & b3AlignedObjectArray<b3Vector3>::at(int) const -> int [b3AlignedObjectArray.h <154:31 154:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::at(int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::at(int) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TYPE_USAGE: b3Vector3 & b3AlignedObjectArray<b3Vector3>::at(int) -> int [b3AlignedObjectArray.h <161:25 161:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) const -> const b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: const b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) const -> const T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TYPE_USAGE: const b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) const -> int [b3AlignedObjectArray.h <168:39 168:41>]
REFERENCE_USAGE: const b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) const -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <172:11 172:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TYPE_USAGE: b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) -> int [b3AlignedObjectArray.h <175:33 175:35>]
REFERENCE_USAGE: b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <179:11 179:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
@@ -2338,12 +2338,12 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::pop_back() -> void [
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::resizeNoInitialize(int) -> void [b3AlignedObjectArray.h <203:19 203:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::resizeNoInitialize(int) -> int [b3AlignedObjectArray.h <203:43 203:45>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::resize(int, const b3Vector3 &) -> void b3AlignedObjectArray<typename T>::resize(int, const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::resize(int, const b3Vector3 &) -> void b3AlignedObjectArray<typename T>::resize(int, const T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::resize(int, const b3Vector3 &) -> void [b3AlignedObjectArray.h <220:19 220:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::resize(int, const b3Vector3 &) -> int [b3AlignedObjectArray.h <220:31 220:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expandNonInitializing() -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expand(const b3Vector3 &) -> b3AlignedObjectArray<typename T>::T & b3AlignedObjectArray<typename T>::expand(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> void b3AlignedObjectArray<typename T>::push_back(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expand(const b3Vector3 &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> void b3AlignedObjectArray<typename T>::push_back(const T &) [b3AlignedObjectArray.h <276:24 276:32>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> void [b3AlignedObjectArray.h <276:19 276:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> int [b3AlignedObjectArray.h <278:4 278:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> int b3AlignedObjectArray<b3Vector3>::size() const [b3AlignedObjectArray.h <278:13 278:16>]
@@ -2386,13 +2386,13 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::swap(int, int) -> vo
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::heapSort<typename L>(const L &) -> void [b3AlignedObjectArray.h <429:2 429:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::findBinarySearch(const b3Vector3 &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::findBinarySearch(const b3Vector3 &) const -> int b3AlignedObjectArray<typename T>::findBinarySearch(const T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::findBinarySearch(const b3Vector3 &) const -> int [b3AlignedObjectArray.h <452:2 452:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::findLinearSearch(const b3Vector3 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::findLinearSearch(const b3Vector3 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch(const T &) const [b3AlignedObjectArray.h <471:6 471:21>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::findLinearSearch(const b3Vector3 &) const -> int [b3AlignedObjectArray.h <471:2 471:4>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::findLinearSearch2(const b3Vector3 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const b3AlignedObjectArray<typename T>::T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::findLinearSearch2(const b3Vector3 &) const -> int b3AlignedObjectArray<typename T>::findLinearSearch2(const T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::findLinearSearch2(const b3Vector3 &) const -> int [b3AlignedObjectArray.h <487:5 487:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::remove(const b3Vector3 &) -> void b3AlignedObjectArray<typename T>::remove(const b3AlignedObjectArray<typename T>::T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::remove(const b3Vector3 &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::remove(const b3Vector3 &) -> void [b3AlignedObjectArray.h <503:2 503:5>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::initializeFromBuffer(void *, int, int) -> void b3AlignedObjectArray<typename T>::initializeFromBuffer(void *, int, int) [b3AlignedObjectArray.h <515:7 515:26>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:2 515:5>]
@@ -61,83 +61,10 @@ std::unique_ptr<CxxDeclName> CxxDeclNameResolver::getName(const clang::NamedDecl
declName->setParent(CxxSpecifierNameResolver(this).getName(usingDecl->getQualifier()));
}
else if (
clang::isa<clang::TemplateTypeParmDecl>(declaration) ||
clang::isa<clang::NonTypeTemplateParmDecl>(declaration) ||
clang::isa<clang::TemplateTemplateParmDecl>(declaration)
) {
clang::ASTContext::DynTypedNodeList parents = declaration->getASTContext().getParents(*declaration);
for (const clang::ast_type_traits::DynTypedNode* parent = parents.begin(); parent != parents.end(); parent++)
{
bool foundParent = false;
const clang::Decl* parentDecl = parent->get<clang::Decl>();
while (parentDecl != nullptr)
{
parentDecl = utility::getFirstDecl(parentDecl);
if (clang::isa<clang::TemplateDecl>(parentDecl))
{
const clang::TemplateDecl* parentTemplateDecl = clang::dyn_cast_or_null<clang::TemplateDecl>(parentDecl);
if (!ignoresContext(parentTemplateDecl) && !ignoresContext(parentTemplateDecl->getTemplatedDecl()))
{
declName->setParent(getName(parentTemplateDecl));
}
foundParent = true;
break;
}
else if (clang::isa<clang::ClassTemplatePartialSpecializationDecl>(parentDecl))
{
const clang::ClassTemplatePartialSpecializationDecl* parentClassTemplateDecl =
clang::dyn_cast_or_null<clang::ClassTemplatePartialSpecializationDecl>(parentDecl);
if (!ignoresContext(parentDecl))
{
declName->setParent(getName(parentClassTemplateDecl));
}
foundParent = true;
break;
}
else if (clang::isa<clang::VarTemplatePartialSpecializationDecl>(parentDecl))
{
const clang::VarTemplatePartialSpecializationDecl* parentVarTemplateDecl =
clang::dyn_cast_or_null<clang::VarTemplatePartialSpecializationDecl>(parentDecl);
if (!ignoresContext(parentDecl))
{
declName->setParent(getName(parentVarTemplateDecl));
}
foundParent = true;
break;
}
if (const clang::DeclContext* parentDeclContext = parentDecl->getDeclContext())
{
if (ignoresContext(parentDeclContext))
{
foundParent = true;
break;
}
parentDecl = clang::dyn_cast_or_null<clang::Decl>(parentDeclContext);
if (parentDecl)
{
if (clang::TemplateDecl* describedTemplate = parentDecl->getDescribedTemplate())
{
parentDecl = describedTemplate;
}
}
}
else
{
break;
}
}
if (foundParent)
{
// break for the first parent ast node that can be resolved to a parent name (also if it is ignored).
break;
}
}
}
else
!clang::isa<clang::TemplateTypeParmDecl>(declaration) &&
!clang::isa<clang::NonTypeTemplateParmDecl>(declaration) &&
!clang::isa<clang::TemplateTemplateParmDecl>(declaration)
)
{
declName->setParent(getContextName(declaration->getDeclContext()));
}
+7 -7
View File
@@ -2617,7 +2617,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->usages, L"void A<typename T>::foo() -> A<typename T>::T A<typename T>::m_t <8:3 8:5>"
client->usages, L"void A<typename T>::foo() -> T A<typename T>::m_t <8:3 8:5>"
));
}
@@ -3343,7 +3343,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"int A<int>::foo() -> A<typename T>::T A<typename T>::foo() <5:4 5:6>"
client->templateMemberSpecializations, L"int A<int>::foo() -> T A<typename T>::foo() <5:4 5:6>"
));
}
@@ -3363,7 +3363,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"static int A<int>::foo -> static A<typename T>::T A<typename T>::foo <5:11 5:13>"
client->templateMemberSpecializations, L"static int A<int>::foo -> static T A<typename T>::foo <5:11 5:13>"
));
}
@@ -3383,7 +3383,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"int A<int>::foo -> A<typename T>::T A<typename T>::foo <5:4 5:6>"
client->templateMemberSpecializations, L"int A<int>::foo -> T A<typename T>::foo <5:4 5:6>"
));
}
@@ -3406,7 +3406,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"int A<int>::B::foo -> A<typename T>::T A<typename T>::B::foo <7:5 7:7>"
client->templateMemberSpecializations, L"int A<int>::B::foo -> T A<typename T>::B::foo <7:5 7:7>"
));
}
@@ -3771,7 +3771,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->usages, L"void A<typename T>::A<T>() -> A<typename T>::T A<typename T>::foo <4:7 4:9>"
client->usages, L"void A<typename T>::A<T>() -> T A<typename T>::foo <4:7 4:9>"
));
}
@@ -3790,7 +3790,7 @@ public:
));
TS_ASSERT(utility::containsElement<std::wstring>(
client->methods, L"private A<typename T>::T A<typename T>::foo() <4:2 <4:4 4:6> 4:8>" // TODO: should return type just be "T"?
client->methods, L"private T A<typename T>::foo() <4:2 <4:4 4:6> 4:8>"
));
}