|
Classes |
| class | CBufferWriter< Buffer > |
| class | CBufferWriterStream< Buffer > |
Defines |
| #define | ENCODE(Type) |
| #define | INDEX_USE_GZIP |
Functions |
| template<> |
| void | Serialize< Uint4, float > (CNcbiOstream &ostr, const CRawScoreVector< Uint4, float > &vec) |
| | Uint4-based keys.
|
| template<> |
| void | Serialize< Uint4, float > (CNcbiOstream &ostr, const CScoreVector< Uint4, float > &vec) |
| template<> |
| void | Deserialize< Uint4, float > (CNcbiIstream &istr, CRawScoreVector< Uint4, float > &vec) |
| template<> |
| void | Deserialize< Uint4, float > (CNcbiIstream &istr, CScoreVector< Uint4, float > &vec) |
| template<> |
| void | Encode< Uint4, float > (const CRawScoreVector< Uint4, float > &vec, vector< char > &data) |
| template<> |
| void | Encode< Uint4, float > (const CRawScoreVector< Uint4, float > &vec, vector< unsigned char > &data) |
| template<> |
| void | Encode< Uint4, float > (const CRawScoreVector< Uint4, float > &vec, CSimpleBuffer &data) |
| template<> |
| void | Encode< Uint4, float > (const CScoreVector< Uint4, float > &vec, vector< char > &data) |
| template<> |
| void | Encode< Uint4, float > (const CScoreVector< Uint4, float > &vec, CSimpleBuffer &data) |
| template<> |
| void | Decode< Uint4, float > (const void *data, size_t size, CRawScoreVector< Uint4, float > &vec) |
| template<> |
| void | Decode< Uint4, float > (const vector< char > &data, CRawScoreVector< Uint4, float > &vec) |
| template<> |
| void | Decode< Uint4, float > (const vector< unsigned char > &data, CRawScoreVector< Uint4, float > &vec) |
| template<> |
| void | Decode< Uint4, float > (const CSimpleBuffer &data, CRawScoreVector< Uint4, float > &vec) |
| template<> |
| void | Decode< Uint4, float > (const vector< char > &data, CScoreVector< Uint4, float > &vec) |
| template<> |
| void | Decode< Uint4, float > (const vector< unsigned char > &data, CScoreVector< Uint4, float > &vec) |
| template<> |
| void | Decode< Uint4, float > (const CSimpleBuffer &data, CScoreVector< Uint4, float > &vec) |
| template<> |
| void | Decode< Uint4, float > (const void *data, size_t size, CScoreVector< Uint4, float > &vec) |
| template<> |
| void | Serialize< string, float > (CNcbiOstream &ostr, const CScoreVector< string, float > &vec) |
| | String based keys Raw vector encoding is not supported.
|
| template<> |
| void | Deserialize< string, float > (CNcbiIstream &istr, CScoreVector< string, float > &vec) |
| template<> |
| void | Encode< string, float > (const CScoreVector< string, float > &vec, vector< char > &data) |
| template<> |
| void | Encode< string, float > (const CScoreVector< string, float > &vec, vector< unsigned char > &data) |
| template<> |
| void | Encode< string, float > (const CScoreVector< string, float > &vec, CSimpleBuffer &data) |
| template<> |
| void | Decode< string, float > (const void *data, size_t size, CScoreVector< string, float > &vec) |
| template<> |
| void | Decode< string, float > (const vector< char > &data, CScoreVector< string, float > &vec) |
| template<> |
| void | Decode< string, float > (const vector< unsigned char > &data, CScoreVector< string, float > &vec) |
| template<> |
| void | Decode< string, float > (const CSimpleBuffer &data, CScoreVector< string, float > &vec) |