| 171 | } |
| 172 | |
| 173 | CNode* CNode::get_child(int action){ |
| 174 | int index = this->children_index[action]; |
| 175 | return &((*(this->ptr_node_pool))[index]); |
| 176 | } |
| 177 | |
| 178 | //********************************************************* |
| 179 |
no outgoing calls
no test coverage detected