| 412 | } |
| 413 | |
| 414 | const Executable* ExecutableManager::GetExecutable(std::size_t executable_index) const { |
| 415 | return const_cast<ExecutableManager*>(this)->GetExecutable(executable_index); |
| 416 | } |
| 417 | |
| 418 | Executable* ExecutableManager::GetExecutable(std::size_t executable_index) { |
| 419 | assert(executable_index < this->data.size()); |