|
COOPY » Guide
version 0.6.5
|
#include <Stringer.h>
Static Public Member Functions | |
| static void | split (const std::string &str, const std::string &delimiters, std::list< std::string > &tokens) |
| static void | replace (std::string &str, const std::string &old, const std::string &rep) |
| static std::string | getSpreadsheetColumnName (int x) |
| static std::string | nextSpreadsheetColumnName (std::string current) |
Definition at line 50 of file Stringer.h.
| std::string Stringer::getSpreadsheetColumnName | ( | int | x | ) | [static] |
Definition at line 83 of file Stringer.cpp.
Referenced by coopy::store::SchemaSniffer::sniff(), and coopy::store::NameSniffer::suggestColumnName().
| std::string Stringer::nextSpreadsheetColumnName | ( | std::string | current | ) | [static] |
Definition at line 97 of file Stringer.cpp.
Referenced by coopy::store::SchemaSniffer::sniff().
| static void Stringer::replace | ( | std::string & | str, |
| const std::string & | old, | ||
| const std::string & | rep | ||
| ) | [inline, static] |
Definition at line 65 of file Stringer.h.
| static void Stringer::split | ( | const std::string & | str, |
| const std::string & | delimiters, | ||
| std::list< std::string > & | tokens | ||
| ) | [inline, static] |
Definition at line 52 of file Stringer.h.
1.7.4