#include <iostream>
#include <fstream>
#include <sstream>
#include <stdint.h>
#include <vector>
#include <bitset>
#include "highlyreliablemarkers.h"
#include "dictionary.h"
Go to the source code of this file.
Macros | |
#define | MSize 6 |
#define | NBITS 36 |
Functions | |
bitset< 64 > | fromString (std::string str) |
int | main (int argc, char **argv) |
#define MSize 6 |
Definition at line 9 of file mset2dict.cpp.
#define NBITS 36 |
Definition at line 10 of file mset2dict.cpp.
bitset<64> fromString | ( | std::string | str | ) |
Definition at line 12 of file mset2dict.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 19 of file mset2dict.cpp.