Ciao
Credo che dovresti solo richiamare i metodi per ottenere i valori
codice:for (int i = 0; i < this->numeroNodi; i++) { std::list <Nodo*>::iterator it1 ; for (it1 = listaConcatenata->at(i)->begin(); it1 != listaConcatenata->at(i)->end(); it1++) { std::cout << "elemento = " << (*it1)->getNome() <<" "<< (*it1)->getChiave() << std::endl; } }