Minsky
|
Classes | |
struct | Any |
An any with cached hash. More... | |
struct | DuplicateKey |
struct | InvalidData |
struct | MemoryExhausted |
struct | NoDataColumns |
struct | ShortLine |
class | Tokens |
Typedefs | |
using | SliceLabelToken = uint32_t |
using | Key = vector< SliceLabelToken, LibCAllocator< SliceLabelToken > > |
template<class V > | |
using | Map = map< Key, V, less< Key >, LibCAllocator< pair< const Key, V > >> |
Functions | |
double | quotedStoD (const string &s, size_t &charsProcd) |
string | stripWSAndDecimalSep (const string &s) |
size_t | firstNumerical (const vector< string > &v) |
bool | emptyTail (const vector< string > &v, size_t start) |
using anonymous_namespace{CSVParser.cc}::Key = typedef vector<SliceLabelToken, LibCAllocator<SliceLabelToken> > |
Definition at line 225 of file CSVParser.cc.
using anonymous_namespace{CSVParser.cc}::Map = typedef map<Key,V,less<Key>,LibCAllocator<pair<const Key,V> >> |
Definition at line 226 of file CSVParser.cc.
using anonymous_namespace{CSVParser.cc}::SliceLabelToken = typedef uint32_t |
Definition at line 224 of file CSVParser.cc.
bool anonymous_namespace{CSVParser.cc}::emptyTail | ( | const vector< string > & | v, |
size_t | start | ||
) |
Definition at line 328 of file CSVParser.cc.
Referenced by minsky::DataSpec::processChunk().
size_t anonymous_namespace{CSVParser.cc}::firstNumerical | ( | const vector< string > & | v | ) |
Definition at line 305 of file CSVParser.cc.
References quotedStoD(), and stripWSAndDecimalSep().
Referenced by minsky::DataSpec::processChunk().
double anonymous_namespace{CSVParser.cc}::quotedStoD | ( | const string & | s, |
size_t & | charsProcd | ||
) |
Definition at line 272 of file CSVParser.cc.
Referenced by firstNumerical(), and minsky::isNumerical().
string anonymous_namespace{CSVParser.cc}::stripWSAndDecimalSep | ( | const string & | s | ) |
Definition at line 294 of file CSVParser.cc.
Referenced by firstNumerical(), and minsky::isNumerical().