Searched refs:WRAPPED_CLASS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dcxx_int.h25 // WRAPPED_CLASS implements the appropriate wrap() and unwrap() methods
28 #define WRAPPED_CLASS(_WRAPPER_CLASS, _IMP_CLASS, _WRAPPED_TYPE) \ macro
43 WRAPPED_CLASS(Db, DbImp, DB)
44 WRAPPED_CLASS(DbEnv, DbEnvImp, DB_ENV)
45 WRAPPED_CLASS(DbMpoolFile, DbMpoolFileImp, DB_MPOOLFILE)
46 WRAPPED_CLASS(DbSequence, DbSequenceImp, DB_SEQUENCE)
47 WRAPPED_CLASS(DbTxn, DbTxnImp, DB_TXN)

Completed in 167 milliseconds