|
Proto
3.2
|

Go to the source code of this file.
Namespaces | |
| Proto | |
Functions | |
| template<class T > | |
| int | Proto::linearSize (const T &inputT) |
| template<class T > | |
| void | Proto::linearIn (T &a_outputT, const void *const inBuf) |
| template<class T > | |
| void | Proto::linearOut (void *const a_outBuf, const T &inputT) |
| template<> | |
| void | Proto::linearIn< std::vector< Point > > (std::vector< Point > &a_outputT, const void *const a_inBuf) |
| template<> | |
| void | Proto::linearOut< std::vector< Point > > (void *const a_outBuf, const std::vector< Point > &a_inputT) |
| template<> | |
| int | Proto::linearSize< std::vector< Point > > (const std::vector< Point > &a_input) |
1.8.13