|
MetroCollect
2.3.4
|
#include "SourceTools.h"
Go to the source code of this file.
Namespaces | |
| MetroCollect::MetricsSource | |
| Namespace for sources of metrics objects and operations. | |
Functions | |
| bool | MetroCollect::MetricsSource::resetFile (std::ifstream &file, std::vector< char > &buffer, const std::string_view &path) |
| Attempts to open a file and set buffer size accordingly. More... | |
| bool | MetroCollect::MetricsSource::readFile (std::ifstream &file, std::vector< char > &buffer, const std::string_view &path) |
| Attempts to read file into buffer. More... | |
| int | MetroCollect::MetricsSource::alphanumCompare (const char *l, const char *r) |
| Alphanumeric string comparison. More... | |