1 #ifndef __PBIO_API__PBIO__STL_WRAPS__WRAP_VECTOR_H_
2 #define __PBIO_API__PBIO__STL_WRAPS__WRAP_VECTOR_H_
21 virtual _Tp& operator[](
const int i) = 0;
23 virtual const _Tp& operator[](
const int i)
const = 0;
25 virtual void resize(
const int i) = 0;
33 #endif // __PBIO_API__PBIO__STL_WRAPS__WRAP_VECTOR_H_