include lindex
This commit is contained in:
parent
d25cbda2fc
commit
8209f14c71
4 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
|
|
||||||
|
#ifndef __cxz_lindex_cc_h__
|
||||||
|
#define __cxz_lindex_cc_h__
|
||||||
|
|
||||||
#include "lindex.h"
|
#include "lindex.h"
|
||||||
|
|
||||||
namespace CNORXZ
|
namespace CNORXZ
|
||||||
|
@ -30,3 +33,5 @@ namespace CNORXZ
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -14,8 +14,8 @@ namespace CNORXZ
|
||||||
class LIndex : public Index
|
class LIndex : public Index
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef Index::IB IB;
|
typedef typename Index::IB IB;
|
||||||
typedef Index::RangeType RangeType;
|
typedef typename Index::RangeType RangeType;
|
||||||
|
|
||||||
DEFAULT_MEMBERS(LIndex);
|
DEFAULT_MEMBERS(LIndex);
|
||||||
LIndex(const Index& i);
|
LIndex(const Index& i);
|
||||||
|
|
|
@ -6,4 +6,5 @@
|
||||||
#include "urange.cc.h"
|
#include "urange.cc.h"
|
||||||
#include "crange.cc.h"
|
#include "crange.cc.h"
|
||||||
#include "dindex.cc.h"
|
#include "dindex.cc.h"
|
||||||
|
#include "lindex.cc.h"
|
||||||
#include "index_mul.cc.h"
|
#include "index_mul.cc.h"
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include "xindex.h"
|
#include "xindex.h"
|
||||||
#include "yrange.h"
|
#include "yrange.h"
|
||||||
#include "dindex.h"
|
#include "dindex.h"
|
||||||
|
#include "lindex.h"
|
||||||
#include "index_mul.h"
|
#include "index_mul.h"
|
||||||
|
|
||||||
#include "ranges.cc.h"
|
#include "ranges.cc.h"
|
||||||
|
|
Loading…
Reference in a new issue