#include "BitVects.h"#include <string>Go to the source code of this file.
Functions | |
| template<typename T> | |
| void | FromDaylightString (T &sbv, std::string s) |
| Construct a BitVect from the ASCII representation of a Daylight fingerprint string. | |
| template<typename T> | |
| void | FromBitString (T &sbv, const std::string &s) |
| Construct a BitVect from the ASCII representation of a bit string (i.e. a bunch of zeros and ones). | |
| ExplicitBitVect * | convertToExplicit (const SparseBitVect *sbv) |
| Convert a SparseBitVector to an ExplicitBitVector. | |
| ExplicitBitVect* convertToExplicit | ( | const SparseBitVect * | sbv | ) |
Convert a SparseBitVector to an ExplicitBitVector.
deleteing this. | void FromBitString | ( | T & | sbv, | |
| const std::string & | s | |||
| ) | [inline] |
Construct a BitVect from the ASCII representation of a bit string (i.e. a bunch of zeros and ones).
| void FromDaylightString | ( | T & | sbv, | |
| std::string | s | |||
| ) | [inline] |
Construct a BitVect from the ASCII representation of a Daylight fingerprint string.
1.5.5