If you call C functions that accept your member variables with no pointer, these wrapper functions should probably not be const. If they only monitor the state and do not change it, you can make your const methods - even if the C API is not const-correct, you can use const_cast<>either mutablein your member variables as needed.
- , const. , , , const, - , , , - .