Ejemplo n.º 1
0
 const_iterator begin() const { 
   return includeMap.begin();
 }
Ejemplo n.º 2
0
 iterator begin() {
   return includeMap.begin(); 
 }