|
| enum | edbdata { edbdata_notload
, edbdata_load
, edbdata_notdata
} |
|
|
| db_data (const db_data &)=delete |
|
db_data & | operator= (const db_data &)=delete |
|
|
static const std::set< int64_t > & | const_id_index () |
|
static std::set< int64_t > & | id_index () |
|
static void | set_index (int64_t aid) |
|
static void | erase_index (int64_t aid) |
|
static bool | set (i64_actorid aid, const T &adata) |
|
static void | remove (i64_actorid aid) |
|
static void | remove (const std::set< i64_actorid > &aid) |
|
static void | remove (const std::vector< i64_actorid > &aid) |
|
static edbdata | data_stat (i64_actorid aid) |
|
static T * | find (i64_actorid aid) |
|
static bool | add (i64_actorid aid, const T &adata) |
|
static void | foreach (const std::function< void(T &)> &afun) |
|
static void | foreach_index (const std::function< void(int, T &)> &afun) |
|
static void | foreach_index (int32_t aindexbeg, int32_t aindexend, const std::function< void(int32_t, T &)> &afun) |
The documentation for this struct was generated from the following file:
- E:/GitHub/ngl_server/public/cpp/tools/db/sql/db_data.h