Home
last modified time | relevance | path

Searched defs:OStorePageGuard (Results 1 – 1 of 1) sorted by relevance

/trunk/main/store/source/
H A Dstorbase.hxx192 struct OStorePageGuard struct
196 sal_uInt32 m_nMagic;
197 sal_uInt32 m_nCRC32;
201 explicit OStorePageGuard (sal_uInt32 nMagic = 0, sal_uInt32 nCRC32 = 0) in OStorePageGuard() function
206 void swap (OStorePageGuard & rhs) in swap()
212 OStorePageGuard (OStorePageGuard const & rhs) in OStorePageGuard() function
217 OStorePageGuard& operator= (const OStorePageGuard& rhs) in operator =()
226 bool operator== (const OStorePageGuard& rhs) const in operator ==()

Completed in 15 milliseconds