예제 #1
0
AlpsNodePool::~AlpsNodePool() {
  if (!candidateList_.empty()) {
    deleteGuts();
  }
}
예제 #2
0
AlpsSubTreePool::~AlpsSubTreePool() {
  if (!subTreeList_.empty()) {
    deleteGuts();
  }
}