Variable Register._funcTable

class Register
{
  // ...
  void*[string] _funcTable;
  // ...
}