#include <BCP_obj_change.hpp>
Collaboration diagram for BCP_obj_set_change:
Public Member Functions | |
BCP_obj_set_change () | |
~BCP_obj_set_change () | |
BCP_storage_t | storage () const |
int | deleted_num () const |
int | changed_num () const |
int | added_num () const |
void | update (const BCP_obj_set_change &objs_change) |
void | swap (BCP_obj_set_change &x) |
int | pack_size () const |
void | pack (BCP_buffer &buf) const |
void | unpack (BCP_buffer &buf) |
void | print () const |
Public Attributes | |
BCP_storage_t | _storage |
int | _deleted_num |
BCP_vec< int > | _del_change_pos |
BCP_vec< BCP_obj_change > | _change |
BCP_vec< int > | _new_objs |
Definition at line 57 of file BCP_obj_change.hpp.
BCP_obj_set_change::BCP_obj_set_change | ( | ) | [inline] |
Definition at line 78 of file BCP_obj_change.hpp.
BCP_obj_set_change::~BCP_obj_set_change | ( | ) | [inline] |
Definition at line 82 of file BCP_obj_change.hpp.
BCP_storage_t BCP_obj_set_change::storage | ( | ) | const [inline] |
int BCP_obj_set_change::deleted_num | ( | ) | const [inline] |
int BCP_obj_set_change::changed_num | ( | ) | const [inline] |
int BCP_obj_set_change::added_num | ( | ) | const [inline] |
void BCP_obj_set_change::update | ( | const BCP_obj_set_change & | objs_change | ) |
void BCP_obj_set_change::swap | ( | BCP_obj_set_change & | x | ) |
int BCP_obj_set_change::pack_size | ( | ) | const |
void BCP_obj_set_change::pack | ( | BCP_buffer & | buf | ) | const |
void BCP_obj_set_change::unpack | ( | BCP_buffer & | buf | ) |
void BCP_obj_set_change::print | ( | ) | const |
Definition at line 74 of file BCP_obj_change.hpp.