/Users/brown170/Projects/Current/coral_msu_repo/trunk/src/coralutils/utils.cc File Reference
#include "utils.h"
#include <fstream>
Go to the source code of this file.
|
Functions |
bool | file_exists (const char *file_name) |
bool | file_exists (const std::string &file_name) |
double | mod (double x, double y) |
Function Documentation
bool file_exists |
( |
const std::string & |
file_name |
) |
|
bool file_exists |
( |
const char * |
file_name |
) |
|
double mod |
( |
double |
x, |
|
|
double |
y | |
|
) |
| | |