coriolis/katabatic/doc/GCells.dox

16 lines
432 B
C++

// -*- C++ -*-
namespace Katabatic {
//! \typedef typedef GenericCollection<GCell*> GCells;
//! GCell Collection with auto-pointer like support.
//! \typedef typedef GenericLocator<GCell*> GCellLocator;
//! GCell Locator with auto-pointer like support.
//! \typedef typedef GenericFilter<GCell*> GCellFilter;
//! GCell Filter with auto-pointer like support.
}