data: replace template member specialization edge by template specialization edge

This commit is contained in:
mlangkabel
2019-10-18 13:05:29 +02:00
committed by Eberhard Graether
parent 42cb917490
commit ee7dcc2d83
29 changed files with 1991 additions and 2014 deletions
@@ -1833,22 +1833,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -1702,22 +1702,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -4199,22 +4199,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -3832,22 +3832,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -4868,22 +4868,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -3602,22 +3602,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -2514,18 +2514,18 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int [] b2GrowableStack<int, 256>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int32 b2GrowableStack<int, 256>::m_capacity [b2GrowableStack.h <35:3 35:12>]
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_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <42:11 42:17>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <51:4 51:4>]
@@ -2547,7 +2547,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() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
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>]
@@ -2556,16 +2556,16 @@ REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int32 b2GrowableStack<i
REFERENCE_CALL: int b2GrowableStack<int, 256>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: int b2GrowableStack<int, 256>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -3777,22 +3777,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -3888,22 +3888,22 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b2GrowableStack<int, 256>::Pop() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -3395,18 +3395,18 @@ REFERENCE_USAGE: int32 b2GrowableStack<typename T, int32 N>::GetCount() -> int32
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_count -> int32 [b2GrowableStack.h <80:2 80:6>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<typename T, int32 N>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
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_SPECIALIZATION: void b2GrowableStack<int, 256>::b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::b2GrowableStack<T, N>() [b2GrowableStack.h <31:2 31:16>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <33:3 33:9>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int [] b2GrowableStack<int, 256>::m_array [b2GrowableStack.h <33:13 33:19>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int32 b2GrowableStack<int, 256>::m_count [b2GrowableStack.h <34:3 34:9>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::b2GrowableStack() -> int32 b2GrowableStack<int, 256>::m_capacity [b2GrowableStack.h <35:3 35:12>]
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_SPECIALIZATION: void b2GrowableStack<int, 256>::~b2GrowableStack() -> void b2GrowableStack<typename T, int32 N>::~b2GrowableStack<T, N>() [b2GrowableStack.h <38:2 38:2>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <40:7 40:13>]
REFERENCE_USAGE: void b2GrowableStack<int, 256>::~b2GrowableStack() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <42:11 42:17>]
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 T &) [b2GrowableStack.h <47:7 47:10>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <47:18 47:18>]
REFERENCE_TYPE_USAGE: void b2GrowableStack<int, 256>::Push(const int &) -> int [b2GrowableStack.h <51:4 51:4>]
@@ -3428,7 +3428,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() -> T b2GrowableStack<typename T, int32 N>::Pop() [b2GrowableStack.h <65:4 65:6>]
REFERENCE_TEMPLATE_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() -> int [b2GrowableStack.h <65:2 65:2>]
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>]
@@ -3437,16 +3437,16 @@ REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int32 b2GrowableStack<i
REFERENCE_CALL: int b2GrowableStack<int, 256>::Pop() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2GrowableStack.h <67:3 67:10>]
REFERENCE_TYPE_USAGE: int b2GrowableStack<int, 256>::Pop() -> unsigned int [b2GrowableStack.h <67:3 67:10>]
REFERENCE_USAGE: int b2GrowableStack<int, 256>::Pop() -> int * b2GrowableStack<int, 256>::m_stack [b2GrowableStack.h <69:10 69:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int32 b2GrowableStack<int, 256>::GetCount() -> int32 b2GrowableStack<typename T, int32 N>::GetCount() [b2GrowableStack.h <72:8 72:15>]
REFERENCE_TEMPLATE_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 -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b2GrowableStack<int, 256>::m_stack -> T * b2GrowableStack<typename T, int32 N>::m_stack [b2GrowableStack.h <78:5 78:11>]
REFERENCE_TYPE_USAGE: int * b2GrowableStack<int, 256>::m_stack -> int [b2GrowableStack.h <78:2 78:2>]
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_SPECIALIZATION: int [] b2GrowableStack<int, 256>::m_array -> T [] b2GrowableStack<typename T, int32 N>::m_array [b2GrowableStack.h <79:4 79:10>]
REFERENCE_TYPE_USAGE: int [] b2GrowableStack<int, 256>::m_array -> int [b2GrowableStack.h <79:2 79:2>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_SPECIALIZATION: int32 b2GrowableStack<int, 256>::m_capacity -> int32 b2GrowableStack<typename T, int32 N>::m_capacity [b2GrowableStack.h <81:8 81:17>]
REFERENCE_TYPE_USAGE: int32 b2GrowableStack<int, 256>::m_capacity -> int32 [b2GrowableStack.h <81:2 81:6>]
REFERENCE_TYPE_USAGE: bool b2TreeNode::IsLeaf() const -> bool [b2DynamicTree.h <30:2 30:5>]
REFERENCE_USAGE: bool b2TreeNode::IsLeaf() const -> int32 b2TreeNode::child1 [b2DynamicTree.h <32:10 32:15>]
@@ -2238,20 +2238,20 @@ REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::self_type -> b3AlignedAllo
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16> -> b3Int4 [b3AlignedObjectArray.h <49:21 49:21>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16> -> b3Int4 [b3AlignedAllocator.h <63:30 63:30>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::self_type -> b3Int4 [b3AlignedAllocator.h <63:30 63:30>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::b3AlignedAllocator() -> void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment>() [b3AlignedAllocator.h <68:2 68:19>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::b3AlignedAllocator() -> void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment>() [b3AlignedAllocator.h <68:2 68:19>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::b3AlignedAllocator<typename Other>(const b3AlignedAllocator<typename T, unsigned int Alignment> &) -> b3AlignedAllocator<typename T, unsigned int Alignment> [b3AlignedAllocator.h <74:28 74:45>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::const_pointer -> b3Int4 [b3AlignedAllocator.h <76:16 76:16>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::const_reference -> b3Int4 [b3AlignedAllocator.h <77:16 77:16>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer -> b3Int4 [b3AlignedAllocator.h <78:10 78:10>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::reference -> b3Int4 [b3AlignedAllocator.h <79:10 79:10>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::value_type -> b3Int4 [b3AlignedAllocator.h <80:10 80:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const [b3AlignedAllocator.h <82:16 82:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const [b3AlignedAllocator.h <82:16 82:22>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::reference) const -> b3AlignedAllocator<b3Int4, 16>::pointer [b3AlignedAllocator.h <82:2 82:8>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::reference) const -> b3AlignedAllocator<b3Int4, 16>::reference [b3AlignedAllocator.h <82:28 82:36>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Int4, 16>::const_pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const [b3AlignedAllocator.h <83:16 83:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<b3Int4, 16>::const_pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const [b3AlignedAllocator.h <83:16 83:22>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::const_pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::const_reference) const -> b3AlignedAllocator<b3Int4, 16>::const_pointer [b3AlignedAllocator.h <83:2 83:14>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::const_pointer b3AlignedAllocator<b3Int4, 16>::address(b3AlignedAllocator<b3Int4, 16>::const_reference) const -> b3AlignedAllocator<b3Int4, 16>::const_reference [b3AlignedAllocator.h <83:28 83:42>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) [b3AlignedAllocator.h <84:16 84:23>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) [b3AlignedAllocator.h <84:16 84:23>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> b3AlignedAllocator<b3Int4, 16>::pointer [b3AlignedAllocator.h <84:2 84:8>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> b3AlignedAllocator<b3Int4, 16>::pointer [b3AlignedAllocator.h <86:28 86:34>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> btSizeType [b3AlignedAllocator.h <84:28 84:37>]
@@ -2259,16 +2259,16 @@ REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> void [b3AlignedAllocator.h <85:4 85:7>]
REFERENCE_CALL: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> void * b3AlignedAllocInternal(size_t, int) [b3AlignedAllocator.h <86:38 86:51>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) -> b3AlignedAllocator<b3Int4, 16>::value_type [b3AlignedAllocator.h <86:61 86:70>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::construct(b3AlignedAllocator<b3Int4, 16>::pointer, const b3AlignedAllocator<b3Int4, 16>::value_type &) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) [b3AlignedAllocator.h <88:16 88:24>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::construct(b3AlignedAllocator<b3Int4, 16>::pointer, const b3AlignedAllocator<b3Int4, 16>::value_type &) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) [b3AlignedAllocator.h <88:16 88:24>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::construct(b3AlignedAllocator<b3Int4, 16>::pointer, const b3AlignedAllocator<b3Int4, 16>::value_type &) -> void [b3AlignedAllocator.h <88:2 88:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::construct(b3AlignedAllocator<b3Int4, 16>::pointer, const b3AlignedAllocator<b3Int4, 16>::value_type &) -> b3AlignedAllocator<b3Int4, 16>::pointer [b3AlignedAllocator.h <88:28 88:34>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::construct(b3AlignedAllocator<b3Int4, 16>::pointer, const b3AlignedAllocator<b3Int4, 16>::value_type &) -> b3AlignedAllocator<b3Int4, 16>::value_type [b3AlignedAllocator.h <88:57 88:66>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::deallocate(b3AlignedAllocator<b3Int4, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <89:16 89:25>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::deallocate(b3AlignedAllocator<b3Int4, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <89:16 89:25>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::deallocate(b3AlignedAllocator<b3Int4, 16>::pointer) -> void [b3AlignedAllocator.h <89:2 89:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::deallocate(b3AlignedAllocator<b3Int4, 16>::pointer) -> void [b3AlignedAllocator.h <90:36 90:39>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::deallocate(b3AlignedAllocator<b3Int4, 16>::pointer) -> b3AlignedAllocator<b3Int4, 16>::pointer [b3AlignedAllocator.h <89:28 89:34>]
REFERENCE_CALL: void b3AlignedAllocator<b3Int4, 16>::deallocate(b3AlignedAllocator<b3Int4, 16>::pointer) -> void b3AlignedFreeInternal(void *) [b3AlignedAllocator.h <90:3 90:15>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::destroy(b3AlignedAllocator<b3Int4, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <92:16 92:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Int4, 16>::destroy(b3AlignedAllocator<b3Int4, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <92:16 92:22>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::destroy(b3AlignedAllocator<b3Int4, 16>::pointer) -> void [b3AlignedAllocator.h <92:2 92:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Int4, 16>::destroy(b3AlignedAllocator<b3Int4, 16>::pointer) -> b3AlignedAllocator<b3Int4, 16>::pointer [b3AlignedAllocator.h <92:28 92:34>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16>::self_type & b3AlignedAllocator<b3Int4, 16>::operator=<typename O>(const b3AlignedAllocator<typename T, unsigned int Alignment> &) -> b3AlignedAllocator<b3Int4, 16>::self_type [b3AlignedAllocator.h <99:2 99:10>]
@@ -2281,20 +2281,20 @@ REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::self_type -> b3AlignedAllocat
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16> -> int [b3AlignedObjectArray.h <49:21 49:21>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16> -> int [b3AlignedAllocator.h <63:30 63:30>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::self_type -> int [b3AlignedAllocator.h <63:30 63:30>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<int, 16>::b3AlignedAllocator() -> void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment>() [b3AlignedAllocator.h <68:2 68:19>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<int, 16>::b3AlignedAllocator() -> void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment>() [b3AlignedAllocator.h <68:2 68:19>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::b3AlignedAllocator<typename Other>(const b3AlignedAllocator<typename T, unsigned int Alignment> &) -> b3AlignedAllocator<typename T, unsigned int Alignment> [b3AlignedAllocator.h <74:28 74:45>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::const_pointer -> int [b3AlignedAllocator.h <76:16 76:16>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::const_reference -> int [b3AlignedAllocator.h <77:16 77:16>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer -> int [b3AlignedAllocator.h <78:10 78:10>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::reference -> int [b3AlignedAllocator.h <79:10 79:10>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::value_type -> int [b3AlignedAllocator.h <80:10 80:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const [b3AlignedAllocator.h <82:16 82:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const [b3AlignedAllocator.h <82:16 82:22>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::reference) const -> b3AlignedAllocator<int, 16>::pointer [b3AlignedAllocator.h <82:2 82:8>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::reference) const -> b3AlignedAllocator<int, 16>::reference [b3AlignedAllocator.h <82:28 82:36>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<int, 16>::const_pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const [b3AlignedAllocator.h <83:16 83:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<int, 16>::const_pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const [b3AlignedAllocator.h <83:16 83:22>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::const_pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::const_reference) const -> b3AlignedAllocator<int, 16>::const_pointer [b3AlignedAllocator.h <83:2 83:14>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::const_pointer b3AlignedAllocator<int, 16>::address(b3AlignedAllocator<int, 16>::const_reference) const -> b3AlignedAllocator<int, 16>::const_reference [b3AlignedAllocator.h <83:28 83:42>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) [b3AlignedAllocator.h <84:16 84:23>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) [b3AlignedAllocator.h <84:16 84:23>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> b3AlignedAllocator<int, 16>::pointer [b3AlignedAllocator.h <84:2 84:8>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> b3AlignedAllocator<int, 16>::pointer [b3AlignedAllocator.h <86:28 86:34>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> btSizeType [b3AlignedAllocator.h <84:28 84:37>]
@@ -2302,16 +2302,16 @@ REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<in
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> void [b3AlignedAllocator.h <85:4 85:7>]
REFERENCE_CALL: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> void * b3AlignedAllocInternal(size_t, int) [b3AlignedAllocator.h <86:38 86:51>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) -> b3AlignedAllocator<int, 16>::value_type [b3AlignedAllocator.h <86:61 86:70>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<int, 16>::construct(b3AlignedAllocator<int, 16>::pointer, const b3AlignedAllocator<int, 16>::value_type &) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) [b3AlignedAllocator.h <88:16 88:24>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<int, 16>::construct(b3AlignedAllocator<int, 16>::pointer, const b3AlignedAllocator<int, 16>::value_type &) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) [b3AlignedAllocator.h <88:16 88:24>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::construct(b3AlignedAllocator<int, 16>::pointer, const b3AlignedAllocator<int, 16>::value_type &) -> void [b3AlignedAllocator.h <88:2 88:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::construct(b3AlignedAllocator<int, 16>::pointer, const b3AlignedAllocator<int, 16>::value_type &) -> b3AlignedAllocator<int, 16>::pointer [b3AlignedAllocator.h <88:28 88:34>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::construct(b3AlignedAllocator<int, 16>::pointer, const b3AlignedAllocator<int, 16>::value_type &) -> b3AlignedAllocator<int, 16>::value_type [b3AlignedAllocator.h <88:57 88:66>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<int, 16>::deallocate(b3AlignedAllocator<int, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <89:16 89:25>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<int, 16>::deallocate(b3AlignedAllocator<int, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <89:16 89:25>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::deallocate(b3AlignedAllocator<int, 16>::pointer) -> void [b3AlignedAllocator.h <89:2 89:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::deallocate(b3AlignedAllocator<int, 16>::pointer) -> void [b3AlignedAllocator.h <90:36 90:39>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::deallocate(b3AlignedAllocator<int, 16>::pointer) -> b3AlignedAllocator<int, 16>::pointer [b3AlignedAllocator.h <89:28 89:34>]
REFERENCE_CALL: void b3AlignedAllocator<int, 16>::deallocate(b3AlignedAllocator<int, 16>::pointer) -> void b3AlignedFreeInternal(void *) [b3AlignedAllocator.h <90:3 90:15>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<int, 16>::destroy(b3AlignedAllocator<int, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <92:16 92:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<int, 16>::destroy(b3AlignedAllocator<int, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <92:16 92:22>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::destroy(b3AlignedAllocator<int, 16>::pointer) -> void [b3AlignedAllocator.h <92:2 92:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<int, 16>::destroy(b3AlignedAllocator<int, 16>::pointer) -> b3AlignedAllocator<int, 16>::pointer [b3AlignedAllocator.h <92:28 92:34>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16>::self_type & b3AlignedAllocator<int, 16>::operator=<typename O>(const b3AlignedAllocator<typename T, unsigned int Alignment> &) -> b3AlignedAllocator<int, 16>::self_type [b3AlignedAllocator.h <99:2 99:10>]
@@ -2510,28 +2510,28 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const
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_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Int4, 16> b3AlignedObjectArray<b3Int4>::m_allocator -> b3Int4 [b3AlignedObjectArray.h <49:21 49:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::m_size -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
REFERENCE_TEMPLATE_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::m_size -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
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_TEMPLATE_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 -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3Int4 * b3AlignedObjectArray<b3Int4>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TYPE_USAGE: b3Int4 * b3AlignedObjectArray<b3Int4>::m_data -> b3Int4 [b3AlignedObjectArray.h <53:2 53:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3Int4>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TEMPLATE_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>]
REFERENCE_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4>::operator=(const b3AlignedObjectArray<b3Int4> &) -> b3AlignedObjectArray<b3Int4> [b3AlignedObjectArray.h <59:18 59:37>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4>::operator=(const b3AlignedObjectArray<b3Int4> &) -> b3AlignedObjectArray<b3Int4> [b3AlignedObjectArray.h <59:59 59:78>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> -> b3Int4 [b3AlignedObjectArray.h <59:39 59:39>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> -> b3Int4 [b3AlignedObjectArray.h <59:80 59:80>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4>::operator=(const b3AlignedObjectArray<b3Int4> &) -> b3Int4 [b3AlignedObjectArray.h <59:39 59:39>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Int4> & b3AlignedObjectArray<b3Int4>::operator=(const b3AlignedObjectArray<b3Int4> &) -> b3Int4 [b3AlignedObjectArray.h <59:80 59:80>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TEMPLATE_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, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_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>]
@@ -2540,25 +2540,25 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> b3Int4 [b3AlignedObjectArray.h <79:20 79:20>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> void b3Int4::b3Int4(const b3Int4 &) [b3AlignedObjectArray.h <79:20 79:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::copy(int, int, b3Int4 *) const -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::init() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:24 85:27>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::init() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:24 85:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::init() -> void [b3AlignedObjectArray.h <85:19 85:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::init() -> bool b3AlignedObjectArray<b3Int4>::m_ownsMemory [b3AlignedObjectArray.h <88:4 88:15>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::init() -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::init() -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <90:4 90:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::init() -> int b3AlignedObjectArray<b3Int4>::m_capacity [b3AlignedObjectArray.h <91:4 91:13>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:24 93:30>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:24 93:30>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> void [b3AlignedObjectArray.h <93:19 93:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:32 93:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:42 93:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> int [b3AlignedObjectArray.h <95:4 95:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> void b3Int4::~b3Int4() [b3AlignedObjectArray.h <98:16 98:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::destroy(int, int) -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void * b3AlignedObjectArray<b3Int4>::allocate(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:25 102:32>]
REFERENCE_TEMPLATE_SPECIALIZATION: void * b3AlignedObjectArray<b3Int4>::allocate(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:25 102:32>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<b3Int4>::allocate(int) -> void [b3AlignedObjectArray.h <102:19 102:22>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<b3Int4>::allocate(int) -> int [b3AlignedObjectArray.h <102:34 102:36>]
REFERENCE_CALL: void * b3AlignedObjectArray<b3Int4>::allocate(int) -> b3AlignedAllocator<b3Int4, 16>::pointer b3AlignedAllocator<b3Int4, 16>::allocate(btSizeType, b3AlignedAllocator<b3Int4, 16>::const_pointer *) [b3AlignedObjectArray.h <105:24 105:31>]
REFERENCE_USAGE: void * b3AlignedObjectArray<b3Int4>::allocate(int) -> b3AlignedAllocator<b3Int4, 16> b3AlignedObjectArray<b3Int4>::m_allocator [b3AlignedObjectArray.h <105:12 105:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::deallocate() -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <109:24 109:33>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::deallocate() -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <109:24 109:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::deallocate() -> void [b3AlignedObjectArray.h <109:19 109:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::deallocate() -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::deallocate() -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
@@ -2566,51 +2566,51 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::deallocate() -> b3Int4 * b3A
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::deallocate() -> bool b3AlignedObjectArray<b3Int4>::m_ownsMemory [b3AlignedObjectArray.h <113:9 113:20>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::deallocate() -> void b3AlignedAllocator<b3Int4, 16>::deallocate(b3AlignedAllocator<b3Int4, 16>::pointer) [b3AlignedObjectArray.h <115:18 115:27>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::deallocate() -> b3AlignedAllocator<b3Int4, 16> b3AlignedObjectArray<b3Int4>::m_allocator [b3AlignedObjectArray.h <115:6 115:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray() -> b3AlignedAllocator<b3Int4, 16> b3AlignedObjectArray<b3Int4>::m_allocator [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray() -> void b3AlignedAllocator<b3Int4, 16>::b3AlignedAllocator() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray() -> void b3AlignedObjectArray<b3Int4>::init() [b3AlignedObjectArray.h <128:4 128:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 131:3>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 131:3>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<b3Int4>::clear() [b3AlignedObjectArray.h <133:4 133:8>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray(const b3AlignedObjectArray<b3Int4> &) -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 137:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray(const b3AlignedObjectArray<b3Int4> &) -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 137:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::b3AlignedObjectArray(const b3AlignedObjectArray<b3Int4> &) -> b3AlignedObjectArray<b3Int4> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TEMPLATE_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 T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_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 -> b3Int4 [b3AlignedObjectArray.h <154:25 154:25>]
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) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_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) -> b3Int4 [b3AlignedObjectArray.h <161:19 161:19>]
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 T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_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 -> b3Int4 [b3AlignedObjectArray.h <168:25 168:25>]
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) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_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) -> b3Int4 [b3AlignedObjectArray.h <175:19 175:19>]
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>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::clear() -> void b3AlignedObjectArray<b3Int4>::destroy(int, int) [b3AlignedObjectArray.h <186:4 186:10>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::clear() -> int b3AlignedObjectArray<b3Int4>::size() const [b3AlignedObjectArray.h <186:14 186:17>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::clear() -> void b3AlignedObjectArray<b3Int4>::deallocate() [b3AlignedObjectArray.h <188:4 188:13>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::clear() -> void b3AlignedObjectArray<b3Int4>::init() [b3AlignedObjectArray.h <190:4 190:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::pop_back() -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:24 193:31>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::pop_back() -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:24 193:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::pop_back() -> void [b3AlignedObjectArray.h <193:19 193:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::pop_back() -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <196:4 196:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::pop_back() -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <197:11 197:16>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::pop_back() -> void b3Int4::~b3Int4() [b3AlignedObjectArray.h <197:20 197:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::pop_back() -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <197:4 197:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TEMPLATE_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 T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_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 &) -> b3Int4 [b3AlignedObjectArray.h <220:50 220:50>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() -> b3Int4 [b3AlignedObjectArray.h <247:19 247:19>]
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>]
@@ -2620,10 +2620,10 @@ 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 &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3Int4 & b3AlignedObjectArray<b3Int4>::expand(const b3Int4 &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::expand(const b3Int4 &) -> b3Int4 [b3AlignedObjectArray.h <260:19 260:19>]
REFERENCE_TYPE_USAGE: b3Int4 & b3AlignedObjectArray<b3Int4>::expand(const b3Int4 &) -> b3Int4 [b3AlignedObjectArray.h <260:37 260:37>]
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_TEMPLATE_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 &) -> b3Int4 [b3AlignedObjectArray.h <276:40 276:40>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> b3Int4 [b3AlignedObjectArray.h <285:28 285:28>]
@@ -2637,10 +2637,10 @@ REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) ->
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::push_back(const b3Int4 &) -> int b3AlignedObjectArray<b3Int4>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Int4>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TEMPLATE_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>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3Int4>::capacity() const -> int b3AlignedObjectArray<b3Int4>::m_capacity [b3AlignedObjectArray.h <297:11 297:20>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::reserve(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:24 300:30>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::reserve(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:24 300:30>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::reserve(int) -> void [b3AlignedObjectArray.h <300:19 300:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::reserve(int) -> int [b3AlignedObjectArray.h <300:32 300:34>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::reserve(int) -> int b3AlignedObjectArray<b3Int4>::capacity() const [b3AlignedObjectArray.h <302:8 302:15>]
@@ -2657,7 +2657,7 @@ REFERENCE_CALL: void b3AlignedObjectArray<b3Int4>::reserve(int) -> void b3Aligne
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::reserve(int) -> bool b3AlignedObjectArray<b3Int4>::m_ownsMemory [b3AlignedObjectArray.h <319:5 319:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::reserve(int) -> b3Int4 * b3AlignedObjectArray<b3Int4>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Int4>::reserve(int) -> int b3AlignedObjectArray<b3Int4>::m_capacity [b3AlignedObjectArray.h <323:5 323:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3Int4>::less -> b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:9 329:12>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<b3Int4>::less -> b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:9 329:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::quickSortInternal<typename L>(const L &, int, int) -> void [b3AlignedObjectArray.h <341:3 341:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:47 341:49>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:55 341:57>]
@@ -2688,7 +2688,7 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::downHeap<typename L>(b3
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::downHeap<typename L>(b3Int4 *, int, int, const L &) -> b3Int4 [b3AlignedObjectArray.h <383:17 383:17>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::downHeap<typename L>(b3Int4 *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::downHeap<typename L>(b3Int4 *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:8 413:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:8 413:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> void [b3AlignedObjectArray.h <413:3 413:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> int [b3AlignedObjectArray.h <413:13 413:15>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::swap(int, int) -> int [b3AlignedObjectArray.h <413:24 413:26>]
@@ -2701,10 +2701,10 @@ 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 T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findBinarySearch(const b3Int4 &) const -> b3Int4 [b3AlignedObjectArray.h <452:29 452:29>]
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_TEMPLATE_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>]
@@ -2713,33 +2713,33 @@ 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 T &) const [b3AlignedObjectArray.h <487:9 487:25>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<b3Int4>::findLinearSearch2(const b3Int4 &) const -> b3Int4 [b3AlignedObjectArray.h <487:33 487:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::remove(const b3Int4 &) -> b3Int4 [b3AlignedObjectArray.h <503:20 503:20>]
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_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:28 515:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:42 515:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:52 515:54>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::copyFromArray(const b3AlignedObjectArray<b3Int4> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:7 524:19>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Int4>::copyFromArray(const b3AlignedObjectArray<b3Int4> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:7 524:19>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copyFromArray(const b3AlignedObjectArray<b3Int4> &) -> void [b3AlignedObjectArray.h <524:2 524:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Int4>::copyFromArray(const b3AlignedObjectArray<b3Int4> &) -> b3AlignedObjectArray<b3Int4> [b3AlignedObjectArray.h <524:27 524:46>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<int> -> b3AlignedObjectArray<typename T> [b3AlignedObjectArray.h <47:7 47:26>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<int, 16> b3AlignedObjectArray<int>::m_allocator -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<int, 16> b3AlignedObjectArray<int>::m_allocator -> b3AlignedAllocator<typename T, unsigned int Alignment> b3AlignedObjectArray<typename T>::m_allocator [b3AlignedObjectArray.h <49:29 49:39>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16> b3AlignedObjectArray<int>::m_allocator -> b3AlignedAllocator<int, 16> [b3AlignedObjectArray.h <49:2 49:19>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<int, 16> b3AlignedObjectArray<int>::m_allocator -> int [b3AlignedObjectArray.h <49:21 49:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::m_size -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
REFERENCE_TEMPLATE_SPECIALIZATION: int b3AlignedObjectArray<int>::m_size -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
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_TEMPLATE_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 -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_SPECIALIZATION: int * b3AlignedObjectArray<int>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TYPE_USAGE: int * b3AlignedObjectArray<int>::m_data -> int [b3AlignedObjectArray.h <53:2 53:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<int>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TEMPLATE_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>]
REFERENCE_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::operator=(const b3AlignedObjectArray<int> &) -> b3AlignedObjectArray<int> [b3AlignedObjectArray.h <59:18 59:37>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::operator=(const b3AlignedObjectArray<int> &) -> b3AlignedObjectArray<int> [b3AlignedObjectArray.h <59:59 59:78>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> -> int [b3OverlappingPairCache.h <275:23 275:25>]
@@ -2748,10 +2748,10 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> -> int [b3AlignedObjectArray.h <
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> -> int [b3AlignedObjectArray.h <59:80 59:80>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::operator=(const b3AlignedObjectArray<int> &) -> int [b3AlignedObjectArray.h <59:39 59:39>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<int> & b3AlignedObjectArray<int>::operator=(const b3AlignedObjectArray<int> &) -> int [b3AlignedObjectArray.h <59:80 59:80>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TEMPLATE_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, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_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>]
@@ -2759,25 +2759,25 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) cons
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <76:4 76:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int [b3AlignedObjectArray.h <79:20 79:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::copy(int, int, int *) const -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::init() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:24 85:27>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::init() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:24 85:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::init() -> void [b3AlignedObjectArray.h <85:19 85:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::init() -> bool b3AlignedObjectArray<int>::m_ownsMemory [b3AlignedObjectArray.h <88:4 88:15>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::init() -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <89:4 89:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::init() -> int b3AlignedObjectArray<int>::m_size [b3AlignedObjectArray.h <90:4 90:9>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::init() -> int b3AlignedObjectArray<int>::m_capacity [b3AlignedObjectArray.h <91:4 91:13>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::destroy(int, int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:24 93:30>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::destroy(int, int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:24 93:30>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::destroy(int, int) -> void [b3AlignedObjectArray.h <93:19 93:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:32 93:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:42 93:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::destroy(int, int) -> int [b3AlignedObjectArray.h <95:4 95:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::destroy(int, int) -> int [b3AlignedObjectArray.h <98:16 98:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::destroy(int, int) -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void * b3AlignedObjectArray<int>::allocate(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:25 102:32>]
REFERENCE_TEMPLATE_SPECIALIZATION: void * b3AlignedObjectArray<int>::allocate(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:25 102:32>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<int>::allocate(int) -> void [b3AlignedObjectArray.h <102:19 102:22>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<int>::allocate(int) -> int [b3AlignedObjectArray.h <102:34 102:36>]
REFERENCE_CALL: void * b3AlignedObjectArray<int>::allocate(int) -> b3AlignedAllocator<int, 16>::pointer b3AlignedAllocator<int, 16>::allocate(btSizeType, b3AlignedAllocator<int, 16>::const_pointer *) [b3AlignedObjectArray.h <105:24 105:31>]
REFERENCE_USAGE: void * b3AlignedObjectArray<int>::allocate(int) -> b3AlignedAllocator<int, 16> b3AlignedObjectArray<int>::m_allocator [b3AlignedObjectArray.h <105:12 105:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::deallocate() -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <109:24 109:33>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::deallocate() -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <109:24 109:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::deallocate() -> void [b3AlignedObjectArray.h <109:19 109:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::deallocate() -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::deallocate() -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
@@ -2785,42 +2785,42 @@ REFERENCE_USAGE: void b3AlignedObjectArray<int>::deallocate() -> int * b3Aligned
REFERENCE_USAGE: void b3AlignedObjectArray<int>::deallocate() -> bool b3AlignedObjectArray<int>::m_ownsMemory [b3AlignedObjectArray.h <113:9 113:20>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::deallocate() -> void b3AlignedAllocator<int, 16>::deallocate(b3AlignedAllocator<int, 16>::pointer) [b3AlignedObjectArray.h <115:18 115:27>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::deallocate() -> b3AlignedAllocator<int, 16> b3AlignedObjectArray<int>::m_allocator [b3AlignedObjectArray.h <115:6 115:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::b3AlignedObjectArray() -> b3AlignedAllocator<int, 16> b3AlignedObjectArray<int>::m_allocator [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::b3AlignedObjectArray() -> void b3AlignedAllocator<int, 16>::b3AlignedAllocator() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::b3AlignedObjectArray() -> void b3AlignedObjectArray<int>::init() [b3AlignedObjectArray.h <128:4 128:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 131:3>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 131:3>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<int>::clear() [b3AlignedObjectArray.h <133:4 133:8>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::b3AlignedObjectArray(const b3AlignedObjectArray<int> &) -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 137:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::b3AlignedObjectArray(const b3AlignedObjectArray<int> &) -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 137:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::b3AlignedObjectArray(const b3AlignedObjectArray<int> &) -> b3AlignedObjectArray<int> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TEMPLATE_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 T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_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:25 154:25>]
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) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_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:19 161:19>]
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 T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_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:25 168:25>]
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) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_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:19 175:19>]
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>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::clear() -> void b3AlignedObjectArray<int>::destroy(int, int) [b3AlignedObjectArray.h <186:4 186:10>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::clear() -> int b3AlignedObjectArray<int>::size() const [b3AlignedObjectArray.h <186:14 186:17>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::clear() -> void b3AlignedObjectArray<int>::deallocate() [b3AlignedObjectArray.h <188:4 188:13>]
REFERENCE_CALL: void b3AlignedObjectArray<int>::clear() -> void b3AlignedObjectArray<int>::init() [b3AlignedObjectArray.h <190:4 190:7>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::pop_back() -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:24 193:31>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::pop_back() -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:24 193:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::pop_back() -> void [b3AlignedObjectArray.h <193:19 193:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TEMPLATE_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 T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_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 <220:50 220:50>]
@@ -2836,18 +2836,18 @@ 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() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_SPECIALIZATION: int & b3AlignedObjectArray<int>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::expandNonInitializing() -> int [b3AlignedObjectArray.h <247:19 247:19>]
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_SPECIALIZATION: int & b3AlignedObjectArray<int>::expand(const int &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::expand(const int &) -> int [b3AlignedObjectArray.h <260:19 260:19>]
REFERENCE_TYPE_USAGE: int & b3AlignedObjectArray<int>::expand(const int &) -> int [b3AlignedObjectArray.h <260:37 260:37>]
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_TEMPLATE_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_TYPE_USAGE: void b3AlignedObjectArray<int>::push_back(const int &) -> int [b3AlignedObjectArray.h <276:40 276:40>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<int>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TEMPLATE_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>]
REFERENCE_USAGE: int b3AlignedObjectArray<int>::capacity() const -> int b3AlignedObjectArray<int>::m_capacity [b3AlignedObjectArray.h <297:11 297:20>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::reserve(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:24 300:30>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::reserve(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:24 300:30>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::reserve(int) -> void [b3AlignedObjectArray.h <300:19 300:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::reserve(int) -> int [b3AlignedObjectArray.h <300:32 300:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::reserve(int) -> int [b3AlignedObjectArray.h <304:5 304:5>]
@@ -2864,7 +2864,7 @@ REFERENCE_CALL: void b3AlignedObjectArray<int>::reserve(int) -> void b3AlignedOb
REFERENCE_USAGE: void b3AlignedObjectArray<int>::reserve(int) -> bool b3AlignedObjectArray<int>::m_ownsMemory [b3AlignedObjectArray.h <319:5 319:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::reserve(int) -> int * b3AlignedObjectArray<int>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<int>::reserve(int) -> int b3AlignedObjectArray<int>::m_capacity [b3AlignedObjectArray.h <323:5 323:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<int>::less -> b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:9 329:12>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<int>::less -> b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:9 329:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::quickSortInternal<typename L>(const L &, int, int) -> void [b3AlignedObjectArray.h <341:3 341:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:47 341:49>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:55 341:57>]
@@ -2873,29 +2873,29 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::downHeap<typename L>(int *
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::downHeap<typename L>(int *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:17 383:17>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::downHeap<typename L>(int *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::downHeap<typename L>(int *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::swap(int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:8 413:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::swap(int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:8 413:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::swap(int, int) -> void [b3AlignedObjectArray.h <413:3 413:6>]
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 T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<int>::findBinarySearch(const int &) const -> int [b3AlignedObjectArray.h <452:29 452:29>]
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_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch(const int &) const -> int [b3AlignedObjectArray.h <471:29 471:29>]
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_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<int>::findLinearSearch2(const int &) const -> int [b3AlignedObjectArray.h <487:33 487:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::remove(const int &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b3AlignedObjectArray<int>::remove(const int &) -> int [b3AlignedObjectArray.h <503:20 503:20>]
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_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:28 515:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:42 515:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:52 515:54>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<int>::copyFromArray(const b3AlignedObjectArray<int> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:7 524:19>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<int>::copyFromArray(const b3AlignedObjectArray<int> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:7 524:19>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copyFromArray(const b3AlignedObjectArray<int> &) -> void [b3AlignedObjectArray.h <524:2 524:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<int>::copyFromArray(const b3AlignedObjectArray<int> &) -> b3AlignedObjectArray<int> [b3AlignedObjectArray.h <524:27 524:46>]
REFERENCE_TYPE_USAGE: static void * b3UnsignedInt4::operator new(size_t) -> void [b3Int4.h <11:2 11:29>]
@@ -522,13 +522,13 @@ REFERENCE_TYPE_USAGE: char * b3AlignPointer<char>(char *, size_t) -> char [b3Sca
REFERENCE_TYPE_USAGE: char * b3AlignPointer<char>(char *, size_t) -> char [b3Scalar.h <642:40 642:40>]
REFERENCE_TYPE_USAGE: char * b3AlignPointer<char>(char *, size_t) -> size_t [b3Scalar.h <642:57 642:62>]
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 -> T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignPointer<char>::b3ConvertPointerSizeT -> b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:9 645:29>]
REFERENCE_TEMPLATE_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_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_TYPE_USAGE: char * b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr -> char [b3Scalar.h <649:5 649:5>]
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_TEMPLATE_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>]
REFERENCE_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) b3AlignPointer<char>::b3ConvertPointerSizeT:: -> b3AlignPointer<char>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 647:7>]
REFERENCE_TYPE_USAGE: char * b3AlignPointer<char>(char *, size_t) -> b3AlignPointer<char>::b3ConvertPointerSizeT [b3Scalar.h <653:5 653:25>]
REFERENCE_CALL: char * b3AlignPointer<char>(char *, size_t) -> void b3AlignPointer<char>::b3ConvertPointerSizeT::b3ConvertPointerSizeT() [b3Scalar.h <653:27 653:35>]
@@ -1207,20 +1207,20 @@ REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::self_type -> b3AlignedA
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16> -> b3Vector3 [b3AlignedAllocator.h <63:30 63:30>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16> -> b3Vector3 [b3AlignedObjectArray.h <49:21 49:21>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::self_type -> b3Vector3 [b3AlignedAllocator.h <63:30 63:30>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::b3AlignedAllocator() -> void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment>() [b3AlignedAllocator.h <68:2 68:19>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::b3AlignedAllocator() -> void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment>() [b3AlignedAllocator.h <68:2 68:19>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::b3AlignedAllocator<typename Other>(const b3AlignedAllocator<typename T, unsigned int Alignment> &) -> b3AlignedAllocator<typename T, unsigned int Alignment> [b3AlignedAllocator.h <74:28 74:45>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::const_pointer -> b3Vector3 [b3AlignedAllocator.h <76:16 76:16>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::const_reference -> b3Vector3 [b3AlignedAllocator.h <77:16 77:16>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer -> b3Vector3 [b3AlignedAllocator.h <78:10 78:10>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::reference -> b3Vector3 [b3AlignedAllocator.h <79:10 79:10>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::value_type -> b3Vector3 [b3AlignedAllocator.h <80:10 80:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const [b3AlignedAllocator.h <82:16 82:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const [b3AlignedAllocator.h <82:16 82:22>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::reference) const -> b3AlignedAllocator<b3Vector3, 16>::pointer [b3AlignedAllocator.h <82:2 82:8>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::reference) const -> b3AlignedAllocator<b3Vector3, 16>::reference [b3AlignedAllocator.h <82:28 82:36>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Vector3, 16>::const_pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const [b3AlignedAllocator.h <83:16 83:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<b3Vector3, 16>::const_pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const [b3AlignedAllocator.h <83:16 83:22>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::const_pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::const_reference) const -> b3AlignedAllocator<b3Vector3, 16>::const_pointer [b3AlignedAllocator.h <83:2 83:14>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::const_pointer b3AlignedAllocator<b3Vector3, 16>::address(b3AlignedAllocator<b3Vector3, 16>::const_reference) const -> b3AlignedAllocator<b3Vector3, 16>::const_reference [b3AlignedAllocator.h <83:28 83:42>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) [b3AlignedAllocator.h <84:16 84:23>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) [b3AlignedAllocator.h <84:16 84:23>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> b3AlignedAllocator<b3Vector3, 16>::pointer [b3AlignedAllocator.h <84:2 84:8>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> b3AlignedAllocator<b3Vector3, 16>::pointer [b3AlignedAllocator.h <86:28 86:34>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> btSizeType [b3AlignedAllocator.h <84:28 84:37>]
@@ -1228,16 +1228,16 @@ REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAlloca
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> void [b3AlignedAllocator.h <85:4 85:7>]
REFERENCE_CALL: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> void * b3AlignedAllocInternal(size_t, int) [b3AlignedAllocator.h <86:38 86:51>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) -> b3AlignedAllocator<b3Vector3, 16>::value_type [b3AlignedAllocator.h <86:61 86:70>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::construct(b3AlignedAllocator<b3Vector3, 16>::pointer, const b3AlignedAllocator<b3Vector3, 16>::value_type &) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) [b3AlignedAllocator.h <88:16 88:24>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::construct(b3AlignedAllocator<b3Vector3, 16>::pointer, const b3AlignedAllocator<b3Vector3, 16>::value_type &) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) [b3AlignedAllocator.h <88:16 88:24>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::construct(b3AlignedAllocator<b3Vector3, 16>::pointer, const b3AlignedAllocator<b3Vector3, 16>::value_type &) -> void [b3AlignedAllocator.h <88:2 88:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::construct(b3AlignedAllocator<b3Vector3, 16>::pointer, const b3AlignedAllocator<b3Vector3, 16>::value_type &) -> b3AlignedAllocator<b3Vector3, 16>::pointer [b3AlignedAllocator.h <88:28 88:34>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::construct(b3AlignedAllocator<b3Vector3, 16>::pointer, const b3AlignedAllocator<b3Vector3, 16>::value_type &) -> b3AlignedAllocator<b3Vector3, 16>::value_type [b3AlignedAllocator.h <88:57 88:66>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::deallocate(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <89:16 89:25>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::deallocate(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <89:16 89:25>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::deallocate(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void [b3AlignedAllocator.h <89:2 89:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::deallocate(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void [b3AlignedAllocator.h <90:36 90:39>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::deallocate(b3AlignedAllocator<b3Vector3, 16>::pointer) -> b3AlignedAllocator<b3Vector3, 16>::pointer [b3AlignedAllocator.h <89:28 89:34>]
REFERENCE_CALL: void b3AlignedAllocator<b3Vector3, 16>::deallocate(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void b3AlignedFreeInternal(void *) [b3AlignedAllocator.h <90:3 90:15>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::destroy(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <92:16 92:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedAllocator<b3Vector3, 16>::destroy(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) [b3AlignedAllocator.h <92:16 92:22>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::destroy(b3AlignedAllocator<b3Vector3, 16>::pointer) -> void [b3AlignedAllocator.h <92:2 92:5>]
REFERENCE_TYPE_USAGE: void b3AlignedAllocator<b3Vector3, 16>::destroy(b3AlignedAllocator<b3Vector3, 16>::pointer) -> b3AlignedAllocator<b3Vector3, 16>::pointer [b3AlignedAllocator.h <92:28 92:34>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16>::self_type & b3AlignedAllocator<b3Vector3, 16>::operator=<typename O>(const b3AlignedAllocator<typename T, unsigned int Alignment> &) -> b3AlignedAllocator<b3Vector3, 16>::self_type [b3AlignedAllocator.h <99:2 99:10>]
@@ -2282,18 +2282,18 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<typename T>::copyFromArray(const
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_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: b3AlignedAllocator<b3Vector3, 16> b3AlignedObjectArray<b3Vector3>::m_allocator -> b3Vector3 [b3AlignedObjectArray.h <49:21 49:21>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::m_size -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
REFERENCE_TEMPLATE_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::m_size -> int b3AlignedObjectArray<typename T>::m_size [b3AlignedObjectArray.h <51:10 51:15>]
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_TEMPLATE_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 -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data -> T * b3AlignedObjectArray<typename T>::m_data [b3AlignedObjectArray.h <53:9 53:14>]
REFERENCE_TYPE_USAGE: b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data -> b3Vector3 [b3AlignedObjectArray.h <53:2 53:2>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: bool b3AlignedObjectArray<b3Vector3>::m_ownsMemory -> bool b3AlignedObjectArray<typename T>::m_ownsMemory [b3AlignedObjectArray.h <55:10 55:21>]
REFERENCE_TEMPLATE_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>]
REFERENCE_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> & b3AlignedObjectArray<b3Vector3>::operator=(const b3AlignedObjectArray<b3Vector3> &) -> b3AlignedObjectArray<b3Vector3> [b3AlignedObjectArray.h <59:18 59:37>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> & b3AlignedObjectArray<b3Vector3>::operator=(const b3AlignedObjectArray<b3Vector3> &) -> b3AlignedObjectArray<b3Vector3> [b3AlignedObjectArray.h <59:59 59:78>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> -> b3Vector3 [b3GeometryUtil.cpp <33:69 33:77>]
@@ -2315,10 +2315,10 @@ REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> -> b3Vector3 [b3AlignedObj
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> -> b3Vector3 [b3AlignedObjectArray.h <59:80 59:80>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> & b3AlignedObjectArray<b3Vector3>::operator=(const b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 [b3AlignedObjectArray.h <59:39 59:39>]
REFERENCE_TYPE_USAGE: b3AlignedObjectArray<b3Vector3> & b3AlignedObjectArray<b3Vector3>::operator=(const b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 [b3AlignedObjectArray.h <59:80 59:80>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::allocSize(int) -> int b3AlignedObjectArray<typename T>::allocSize(int) [b3AlignedObjectArray.h <70:23 70:31>]
REFERENCE_TEMPLATE_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, T *) const [b3AlignedObjectArray.h <74:24 74:27>]
REFERENCE_TEMPLATE_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>]
@@ -2327,21 +2327,21 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vec
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> b3Vector3 [b3AlignedObjectArray.h <79:20 79:20>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> void b3Vector3::b3Vector3(const b3Vector3 &) [b3AlignedObjectArray.h <79:20 79:20>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::copy(int, int, b3Vector3 *) const -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <79:22 79:27>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::init() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:24 85:27>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::init() -> void b3AlignedObjectArray<typename T>::init() [b3AlignedObjectArray.h <85:24 85:27>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::init() -> void [b3AlignedObjectArray.h <85:19 85:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:24 93:30>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> void b3AlignedObjectArray<typename T>::destroy(int, int) [b3AlignedObjectArray.h <93:24 93:30>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> void [b3AlignedObjectArray.h <93:19 93:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:32 93:34>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> int [b3AlignedObjectArray.h <93:42 93:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> int [b3AlignedObjectArray.h <95:4 95:6>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> void b3Vector3::~b3Vector3() [b3AlignedObjectArray.h <98:16 98:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::destroy(int, int) -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <98:5 98:10>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void * b3AlignedObjectArray<b3Vector3>::allocate(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:25 102:32>]
REFERENCE_TEMPLATE_SPECIALIZATION: void * b3AlignedObjectArray<b3Vector3>::allocate(int) -> void * b3AlignedObjectArray<typename T>::allocate(int) [b3AlignedObjectArray.h <102:25 102:32>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<b3Vector3>::allocate(int) -> void [b3AlignedObjectArray.h <102:19 102:22>]
REFERENCE_TYPE_USAGE: void * b3AlignedObjectArray<b3Vector3>::allocate(int) -> int [b3AlignedObjectArray.h <102:34 102:36>]
REFERENCE_CALL: void * b3AlignedObjectArray<b3Vector3>::allocate(int) -> b3AlignedAllocator<b3Vector3, 16>::pointer b3AlignedAllocator<b3Vector3, 16>::allocate(btSizeType, b3AlignedAllocator<b3Vector3, 16>::const_pointer *) [b3AlignedObjectArray.h <105:24 105:31>]
REFERENCE_USAGE: void * b3AlignedObjectArray<b3Vector3>::allocate(int) -> b3AlignedAllocator<b3Vector3, 16> b3AlignedObjectArray<b3Vector3>::m_allocator [b3AlignedObjectArray.h <105:12 105:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::deallocate() -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <109:24 109:33>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::deallocate() -> void b3AlignedObjectArray<typename T>::deallocate() [b3AlignedObjectArray.h <109:24 109:33>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::deallocate() -> void [b3AlignedObjectArray.h <109:19 109:22>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::deallocate() -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <111:7 111:12>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::deallocate() -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <115:29 115:34>]
@@ -2349,44 +2349,44 @@ REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::deallocate() -> b3Vector3
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::deallocate() -> bool b3AlignedObjectArray<b3Vector3>::m_ownsMemory [b3AlignedObjectArray.h <113:9 113:20>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Vector3>::deallocate() -> void b3AlignedAllocator<b3Vector3, 16>::deallocate(b3AlignedAllocator<b3Vector3, 16>::pointer) [b3AlignedObjectArray.h <115:18 115:27>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::deallocate() -> b3AlignedAllocator<b3Vector3, 16> b3AlignedObjectArray<b3Vector3>::m_allocator [b3AlignedObjectArray.h <115:6 115:16>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 131:3>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::b3AlignedObjectArray(const b3AlignedObjectArray<b3Vector3> &) -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 137:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <126:3 126:22>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::~b3AlignedObjectArray() -> void b3AlignedObjectArray<typename T>::~b3AlignedObjectArray<T>() [b3AlignedObjectArray.h <131:3 131:3>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::b3AlignedObjectArray(const b3AlignedObjectArray<b3Vector3> &) -> void b3AlignedObjectArray<typename T>::b3AlignedObjectArray<T>(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <137:3 137:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::b3AlignedObjectArray(const b3AlignedObjectArray<b3Vector3> &) -> b3AlignedObjectArray<b3Vector3> [b3AlignedObjectArray.h <137:30 137:49>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::size() const -> int b3AlignedObjectArray<typename T>::size() const [b3AlignedObjectArray.h <149:23 149:26>]
REFERENCE_TEMPLATE_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 T & b3AlignedObjectArray<typename T>::at(int) const [b3AlignedObjectArray.h <154:28 154:29>]
REFERENCE_TEMPLATE_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 -> b3Vector3 [b3AlignedObjectArray.h <154:25 154:25>]
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) -> T & b3AlignedObjectArray<typename T>::at(int) [b3AlignedObjectArray.h <161:22 161:23>]
REFERENCE_TEMPLATE_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) -> b3Vector3 [b3AlignedObjectArray.h <161:19 161:19>]
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 T & b3AlignedObjectArray<typename T>::operator[](int) const [b3AlignedObjectArray.h <168:28 168:35>]
REFERENCE_TEMPLATE_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 -> b3Vector3 [b3AlignedObjectArray.h <168:25 168:25>]
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) -> T & b3AlignedObjectArray<typename T>::operator[](int) [b3AlignedObjectArray.h <175:22 175:29>]
REFERENCE_TEMPLATE_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) -> b3Vector3 [b3AlignedObjectArray.h <175:19 175:19>]
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>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::clear() -> void b3AlignedObjectArray<typename T>::clear() [b3AlignedObjectArray.h <184:24 184:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::clear() -> void [b3AlignedObjectArray.h <184:19 184:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::pop_back() -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:24 193:31>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::pop_back() -> void b3AlignedObjectArray<typename T>::pop_back() [b3AlignedObjectArray.h <193:24 193:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::pop_back() -> void [b3AlignedObjectArray.h <193:19 193:22>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::resizeNoInitialize(int) -> void b3AlignedObjectArray<typename T>::resizeNoInitialize(int) [b3AlignedObjectArray.h <203:24 203:41>]
REFERENCE_TEMPLATE_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 T &) [b3AlignedObjectArray.h <220:24 220:29>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::resize(int, const b3Vector3 &) -> b3Vector3 [b3AlignedObjectArray.h <220:50 220:50>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expandNonInitializing() -> T & b3AlignedObjectArray<typename T>::expandNonInitializing() [b3AlignedObjectArray.h <247:23 247:43>]
REFERENCE_TYPE_USAGE: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expandNonInitializing() -> b3Vector3 [b3AlignedObjectArray.h <247:19 247:19>]
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_SPECIALIZATION: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expand(const b3Vector3 &) -> T & b3AlignedObjectArray<typename T>::expand(const T &) [b3AlignedObjectArray.h <260:23 260:28>]
REFERENCE_TYPE_USAGE: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expand(const b3Vector3 &) -> b3Vector3 [b3AlignedObjectArray.h <260:19 260:19>]
REFERENCE_TYPE_USAGE: b3Vector3 & b3AlignedObjectArray<b3Vector3>::expand(const b3Vector3 &) -> b3Vector3 [b3AlignedObjectArray.h <260:37 260:37>]
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_TEMPLATE_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 &) -> b3Vector3 [b3AlignedObjectArray.h <276:40 276:40>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> b3Vector3 [b3AlignedObjectArray.h <285:28 285:28>]
@@ -2400,10 +2400,10 @@ REFERENCE_CALL: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <285:11 285:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> int b3AlignedObjectArray<b3Vector3>::m_size [b3AlignedObjectArray.h <285:18 285:23>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::push_back(const b3Vector3 &) -> int b3AlignedObjectArray<b3Vector3>::m_size [b3AlignedObjectArray.h <290:4 290:9>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TEMPLATE_SPECIALIZATION: int b3AlignedObjectArray<b3Vector3>::capacity() const -> int b3AlignedObjectArray<typename T>::capacity() const [b3AlignedObjectArray.h <295:23 295:30>]
REFERENCE_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::capacity() const -> int [b3AlignedObjectArray.h <295:19 295:21>]
REFERENCE_USAGE: int b3AlignedObjectArray<b3Vector3>::capacity() const -> int b3AlignedObjectArray<b3Vector3>::m_capacity [b3AlignedObjectArray.h <297:11 297:20>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:24 300:30>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> void b3AlignedObjectArray<typename T>::reserve(int) [b3AlignedObjectArray.h <300:24 300:30>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> void [b3AlignedObjectArray.h <300:19 300:22>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> int [b3AlignedObjectArray.h <300:32 300:34>]
REFERENCE_CALL: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> int b3AlignedObjectArray<b3Vector3>::capacity() const [b3AlignedObjectArray.h <302:8 302:15>]
@@ -2420,7 +2420,7 @@ REFERENCE_CALL: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> void b3Ali
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> bool b3AlignedObjectArray<b3Vector3>::m_ownsMemory [b3AlignedObjectArray.h <319:5 319:16>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> b3Vector3 * b3AlignedObjectArray<b3Vector3>::m_data [b3AlignedObjectArray.h <321:5 321:10>]
REFERENCE_USAGE: void b3AlignedObjectArray<b3Vector3>::reserve(int) -> int b3AlignedObjectArray<b3Vector3>::m_capacity [b3AlignedObjectArray.h <323:5 323:14>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: b3AlignedObjectArray<b3Vector3>::less -> b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:9 329:12>]
REFERENCE_TEMPLATE_SPECIALIZATION: b3AlignedObjectArray<b3Vector3>::less -> b3AlignedObjectArray<typename T>::less [b3AlignedObjectArray.h <329:9 329:12>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::quickSortInternal<typename L>(const L &, int, int) -> void [b3AlignedObjectArray.h <341:3 341:6>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:47 341:49>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::quickSortInternal<typename L>(const L &, int, int) -> int [b3AlignedObjectArray.h <341:55 341:57>]
@@ -2429,29 +2429,29 @@ REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::downHeap<typename L>
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::downHeap<typename L>(b3Vector3 *, int, int, const L &) -> b3Vector3 [b3AlignedObjectArray.h <383:17 383:17>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::downHeap<typename L>(b3Vector3 *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:26 383:28>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::downHeap<typename L>(b3Vector3 *, int, int, const L &) -> int [b3AlignedObjectArray.h <383:33 383:35>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::swap(int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:8 413:11>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::swap(int, int) -> void b3AlignedObjectArray<typename T>::swap(int, int) [b3AlignedObjectArray.h <413:8 413:11>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::swap(int, int) -> void [b3AlignedObjectArray.h <413:3 413:6>]
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 T &) const [b3AlignedObjectArray.h <452:6 452:21>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::findBinarySearch(const b3Vector3 &) const -> b3Vector3 [b3AlignedObjectArray.h <452:29 452:29>]
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_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::findLinearSearch(const b3Vector3 &) const -> b3Vector3 [b3AlignedObjectArray.h <471:29 471:29>]
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_TEMPLATE_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_TYPE_USAGE: int b3AlignedObjectArray<b3Vector3>::findLinearSearch2(const b3Vector3 &) const -> b3Vector3 [b3AlignedObjectArray.h <487:33 487:33>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::remove(const b3Vector3 &) -> void b3AlignedObjectArray<typename T>::remove(const T &) [b3AlignedObjectArray.h <503:7 503:12>]
REFERENCE_TEMPLATE_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_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::remove(const b3Vector3 &) -> b3Vector3 [b3AlignedObjectArray.h <503:20 503:20>]
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_TEMPLATE_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>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::initializeFromBuffer(void *, int, int) -> void [b3AlignedObjectArray.h <515:28 515:31>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:42 515:44>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::initializeFromBuffer(void *, int, int) -> int [b3AlignedObjectArray.h <515:52 515:54>]
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::copyFromArray(const b3AlignedObjectArray<b3Vector3> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:7 524:19>]
REFERENCE_TEMPLATE_SPECIALIZATION: void b3AlignedObjectArray<b3Vector3>::copyFromArray(const b3AlignedObjectArray<b3Vector3> &) -> void b3AlignedObjectArray<typename T>::copyFromArray(const b3AlignedObjectArray<typename T> &) [b3AlignedObjectArray.h <524:7 524:19>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::copyFromArray(const b3AlignedObjectArray<b3Vector3> &) -> void [b3AlignedObjectArray.h <524:2 524:5>]
REFERENCE_TYPE_USAGE: void b3AlignedObjectArray<b3Vector3>::copyFromArray(const b3AlignedObjectArray<b3Vector3> &) -> b3AlignedObjectArray<b3Vector3> [b3AlignedObjectArray.h <524:27 524:46>]
REFERENCE_TYPE_USAGE: static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> void [b3GeometryUtil.cpp <81:1 81:4>]
@@ -2685,7 +2685,7 @@ void GraphController::createLegendGraph()
Node* templateSpecializationNode = addNode(NodeType::NODE_TYPE, L"TemplateType<ArgumentType>", Vec2i(x, y + dy * ++i + 20), DEFINITION_IMPLICIT);
Node* templateSpecializationMethodNode = addNode(NodeType::NODE_METHOD, L"method", Vec2i(), DEFINITION_IMPLICIT);
addMember(templateSpecializationNode, templateSpecializationMethodNode);
addEdge(Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION, templateSpecializationMethodNode, templateMethodNode);
addEdge(Edge::EDGE_TEMPLATE_SPECIALIZATION, templateSpecializationMethodNode, templateMethodNode);
}
}
@@ -690,7 +690,6 @@ GraphViewStyle::EdgeStyle GraphViewStyle::getStyleForEdgeType(
case Edge::EDGE_TEMPLATE_SPECIALIZATION:
style.zValue = isActive ? 2 : -3;
case Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION:
style.arrowLength = 10;
style.arrowWidth = 13;
style.arrowClosed = true;
-4
View File
@@ -32,8 +32,6 @@ Edge::EdgeType Edge::intToType(int value)
return EDGE_TYPE_ARGUMENT;
case EDGE_TEMPLATE_SPECIALIZATION:
return EDGE_TEMPLATE_SPECIALIZATION;
case EDGE_TEMPLATE_MEMBER_SPECIALIZATION:
return EDGE_TEMPLATE_MEMBER_SPECIALIZATION;
case EDGE_INCLUDE:
return EDGE_INCLUDE;
case EDGE_IMPORT:
@@ -143,8 +141,6 @@ std::wstring Edge::getReadableTypeString(EdgeType type)
return L"type argument";
case EDGE_TEMPLATE_SPECIALIZATION:
return L"template specialization";
case EDGE_TEMPLATE_MEMBER_SPECIALIZATION:
return L"template member specialization";
case EDGE_INCLUDE:
return L"include";
case EDGE_IMPORT:
+1 -3
View File
@@ -24,7 +24,6 @@ public:
EDGE_OVERRIDE = 1 << 5,
EDGE_TYPE_ARGUMENT = 1 << 7,
EDGE_TEMPLATE_SPECIALIZATION = 1 << 9,
EDGE_TEMPLATE_MEMBER_SPECIALIZATION = 1 << 10,
EDGE_INCLUDE = 1 << 11,
EDGE_IMPORT = 1 << 12,
EDGE_AGGREGATION = 1 << 13,
@@ -37,8 +36,7 @@ public:
static int typeToInt(EdgeType type);
static EdgeType intToType(int value);
static const TypeMask LAYOUT_VERTICAL = EDGE_INHERITANCE | EDGE_OVERRIDE | EDGE_TEMPLATE_SPECIALIZATION |
EDGE_TEMPLATE_MEMBER_SPECIALIZATION;
static const TypeMask LAYOUT_VERTICAL = EDGE_INHERITANCE | EDGE_OVERRIDE | EDGE_TEMPLATE_SPECIALIZATION;
Edge(Id id, EdgeType type, Node* from, Node* to);
Edge(const Edge& other, Node* from, Node* to);
-2
View File
@@ -171,8 +171,6 @@ Edge::EdgeType ParserClientImpl::referenceKindToEdgeType(ReferenceKind reference
return Edge::EDGE_TYPE_ARGUMENT;
case REFERENCE_TEMPLATE_SPECIALIZATION:
return Edge::EDGE_TEMPLATE_SPECIALIZATION;
case REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION:
return Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION;
case REFERENCE_INCLUDE:
return Edge::EDGE_INCLUDE;
case REFERENCE_IMPORT:
-2
View File
@@ -18,8 +18,6 @@ ReferenceKind intToReferenceKind(int v)
return REFERENCE_TYPE_ARGUMENT;
case REFERENCE_TEMPLATE_SPECIALIZATION:
return REFERENCE_TEMPLATE_SPECIALIZATION;
case REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION:
return REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION;
case REFERENCE_INCLUDE:
return REFERENCE_INCLUDE;
case REFERENCE_IMPORT:
-1
View File
@@ -11,7 +11,6 @@ enum ReferenceKind
REFERENCE_OVERRIDE = 5,
REFERENCE_TYPE_ARGUMENT = 7,
REFERENCE_TEMPLATE_SPECIALIZATION = 9,
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION = 10,
REFERENCE_INCLUDE = 11,
REFERENCE_IMPORT = 12,
REFERENCE_MACRO_USAGE = 13,
@@ -299,7 +299,7 @@ void CxxAstVisitorComponentIndexer::visitFieldDecl(clang::FieldDecl* d)
Id templateFieldId = getOrCreateSymbolId(templateFieldDecl);
m_client->recordSymbolKind(templateFieldId, SYMBOL_FIELD);
m_client->recordReference(
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION,
REFERENCE_TEMPLATE_SPECIALIZATION,
templateFieldId,
fieldId,
location
@@ -755,7 +755,7 @@ void CxxAstVisitorComponentIndexer::recordTemplateMemberSpecialization(
Id symbolId = getOrCreateSymbolId(memberSpecializationInfo->getInstantiatedFrom());
m_client->recordSymbolKind(symbolId, symbolKind);
m_client->recordReference(
REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION,
REFERENCE_TEMPLATE_SPECIALIZATION,
symbolId,
contextId,
location
@@ -617,13 +617,7 @@ Edge::TypeMask QtCustomTrailView::getCheckedEdgeTypes() const
if (filter->isEnabled() && filter->isChecked() && filter != m_edgeMember)
{
Edge::EdgeType type = Edge::getTypeForReadableTypeString(filter->text().toStdWString());
edgeTypes |= type;
if (type == Edge::EDGE_TEMPLATE_SPECIALIZATION)
{
edgeTypes |= Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION;
}
}
}
+5 -5
View File
@@ -3434,7 +3434,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"int A<int>::foo() -> T A<typename T>::foo() <5:4 5:6>"
client->templateSpecializations, L"int A<int>::foo() -> T A<typename T>::foo() <5:4 5:6>"
));
}
@@ -3454,7 +3454,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"static int A<int>::foo -> static T A<typename T>::foo <5:11 5:13>"
client->templateSpecializations, L"static int A<int>::foo -> static T A<typename T>::foo <5:11 5:13>"
));
}
@@ -3474,7 +3474,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"int A<int>::foo -> T A<typename T>::foo <5:4 5:6>"
client->templateSpecializations, L"int A<int>::foo -> T A<typename T>::foo <5:4 5:6>"
));
}
@@ -3497,7 +3497,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"int A<int>::B::foo -> T A<typename T>::B::foo <7:5 7:7>"
client->templateSpecializations, L"int A<int>::B::foo -> T A<typename T>::B::foo <7:5 7:7>"
));
}
@@ -3517,7 +3517,7 @@ public:
);
TS_ASSERT(utility::containsElement<std::wstring>(
client->templateMemberSpecializations, L"A<int>::B -> A<typename T>::B <5:8 5:8>"
client->templateSpecializations, L"A<int>::B -> A<typename T>::B <5:8 5:8>"
));
}
@@ -316,7 +316,6 @@ public:
std::vector<std::wstring> annotationUses;
std::vector<std::wstring> typeArguments;
std::vector<std::wstring> templateSpecializations;
std::vector<std::wstring> templateMemberSpecializations;
std::vector<std::wstring> includes;
std::vector<std::wstring> imports;
@@ -385,8 +384,6 @@ private:
return L"REFERENCE_TYPE_ARGUMENT";
case Edge::EDGE_TEMPLATE_SPECIALIZATION:
return L"REFERENCE_TEMPLATE_SPECIALIZATION";
case Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION:
return L"REFERENCE_TEMPLATE_MEMBER_SPECIALIZATION";
case Edge::EDGE_INCLUDE:
return L"REFERENCE_INCLUDE";
case Edge::EDGE_IMPORT:
@@ -465,8 +462,6 @@ private:
return &typeArguments;
case Edge::EDGE_TEMPLATE_SPECIALIZATION:
return &templateSpecializations;
case Edge::EDGE_TEMPLATE_MEMBER_SPECIALIZATION:
return &templateMemberSpecializations;
case Edge::EDGE_INCLUDE:
return &includes;
case Edge::EDGE_IMPORT: