From 5e37af09e119b1f6a1b0548731d885c8131af1a4 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 6 Dec 2003 03:38:13 +0000 Subject: "" svn path=/trunk/; revision=1206 --- externals/grill/pool/pool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'externals/grill/pool/pool.h') diff --git a/externals/grill/pool/pool.h b/externals/grill/pool/pool.h index e4a55647..99e271b3 100644 --- a/externals/grill/pool/pool.h +++ b/externals/grill/pool/pool.h @@ -74,6 +74,7 @@ public: AtomList *GetVal(const A &key,BL cut = false); I CntAll() const; I GetAll(A *&keys,AtomList *&lst,BL cut = false); + I PrintAll(char *buf,int len) const; I GetKeys(AtomList &keys); I CntSub() const; I GetSub(const A **&dirs); @@ -87,7 +88,7 @@ public: BL LdDir(istream &is,I depth,BL mkdir); BL LdDirXML(istream &is,I depth,BL mkdir); BL SvDir(ostream &os,I depth,const AtomList &dir = AtomList()); - BL SvDirXML(ostream &os,I depth,const AtomList &dir = AtomList()); + BL SvDirXML(ostream &os,I depth,const AtomList &dir = AtomList(),I ind = 0); int VSize() const { return vsize; } int DSize() const { return dsize; } @@ -132,6 +133,7 @@ public: poolval *Ref(const AtomList &d,const A &key); poolval *Refi(const AtomList &d,I ix); I CntAll(const AtomList &d); + I PrintAll(const AtomList &d); I GetAll(const AtomList &d,A *&keys,AtomList *&lst); I CntSub(const AtomList &d); I GetSub(const AtomList &d,const t_atom **&dirs); -- cgit v1.2.1