|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
#include <cstddef>#include <iomanip>#include <iostream>#include <map>#include <string>#include <vector>#include <common-utils/strings.hpp>Functions | |
| std::map< DryChem::ci_string, std::size_t > | ci_sort (const std::vector< std::string > &words, std::size_t &lengthLongestWord) |
| void | printWords (const std::map< DryChem::ci_string, std::size_t > &ci_words, std::size_t lengthLongestWord) |
| int | main () |
| std::map< DryChem::ci_string, std::size_t > ci_sort | ( | const std::vector< std::string > & | words, |
| std::size_t & | lengthLongestWord ) |
Referenced by main().
| void printWords | ( | const std::map< DryChem::ci_string, std::size_t > & | ci_words, |
| std::size_t | lengthLongestWord ) |
Referenced by main().
| int main | ( | ) |
References ci_sort(), and printWords().