* It can also be used as an iterator:
*
*
* for( LSEQ cu_stack = aSet.CuStack(); cu_stack; ++cu_stack )
* {
* layer_id = *cu_stack;
* :
* things to do with layer_id;
* }
*
*
*/
class KICOMMON_API LSEQ : public BASE_SEQ
{
public:
LSEQ()
{}
template