space: add wrappers around virtual methods
Preparation for converting space implementation to C. Note, all methods that may throw have *_xc suffix. This will help removing exceptions from space callbacks. Needed for #2776
Showing
- src/box/alter.cc 13 additions, 16 deletionssrc/box/alter.cc
- src/box/box.cc 7 additions, 10 deletionssrc/box/box.cc
- src/box/memtx_engine.cc 1 addition, 1 deletionsrc/box/memtx_engine.cc
- src/box/memtx_space.cc 1 addition, 1 deletionsrc/box/memtx_space.cc
- src/box/schema.cc 1 addition, 1 deletionsrc/box/schema.cc
- src/box/space.cc 1 addition, 1 deletionsrc/box/space.cc
- src/box/space.h 118 additions, 0 deletionssrc/box/space.h
Loading
Please register or sign in to comment