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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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 89 milliseconds