| 805 | |
| 806 | template <class T> |
| 807 | boost::shared_ptr<typename FixedVArray<T>::SizeHelper> |
| 808 | FixedVArray<T>::getSizeHelper() |
| 809 | { |
| 810 | return boost::shared_ptr<SizeHelper>(new typename FixedVArray<T>::SizeHelper (*this)); |
| 811 | } |
| 812 | |
| 813 | // static |
| 814 | template <class T> |
nothing calls this directly
no outgoing calls
no test coverage detected