separated rcldb and rclquery
This commit is contained in:
parent
0e7a78d688
commit
8c9d44d3df
@ -41,7 +41,7 @@ public:
|
|||||||
}
|
}
|
||||||
X *operator->() {return rep;}
|
X *operator->() {return rep;}
|
||||||
int getcnt() const {return pcount ? *pcount : 0;}
|
int getcnt() const {return pcount ? *pcount : 0;}
|
||||||
const X *getptr() const {return rep;}
|
X *getptr() const {return rep;}
|
||||||
bool isNull() const {return rep == 0;}
|
bool isNull() const {return rep == 0;}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user