#include "config.h"#include <string>#include <cstring>#include <cstdarg>#include "error_numbers.h"#include "miofile.h"

Functions | |
| int | copy_element_contents (MIOFILE &in, const char *end_tag, char *p, int len) |
| int | copy_element_contents (MIOFILE &in, const char *end_tag, string &str) |
Variables | |
| const char * | BOINC_RCSID_37339d4dc0 = "$Id: miofile.cpp 16069 2008-09-26 18:20:24Z davea $" |
| int copy_element_contents | ( | MIOFILE & | in, | |
| const char * | end_tag, | |||
| string & | str | |||
| ) |

| int copy_element_contents | ( | MIOFILE & | in, | |
| const char * | end_tag, | |||
| char * | p, | |||
| int | len | |||
| ) |


| const char* BOINC_RCSID_37339d4dc0 = "$Id: miofile.cpp 16069 2008-09-26 18:20:24Z davea $" |
1.5.6