#include "xdrbuf/xdrbuf.h"#include <iostream>#include "common/wave_ex.h"#include "perf/perf.h"
Go to the source code of this file.
Functions | |
| static smart_ptr< xdrbuf::Output > | getOutput (IN int size, IN int nLongs, IN int nFloats, IN const char *s) |
| static void | parse (IN xdrbuf::Input *in) |
| static void | doTest1 (IN int bytes, IN int nLongs, IN int nFloats, IN const char *s) |
| int | main (IN int argc, IN const char *argv[]) |
| static smart_ptr<xdrbuf::Output> getOutput | ( | IN int | size, | |
| IN int | nLongs, | |||
| IN int | nFloats, | |||
| IN const char * | s | |||
| ) | [static] |
Definition at line 51 of file xdrbuf/test/test1.cpp.
| static void parse | ( | IN xdrbuf::Input * | in | ) | [static] |
Definition at line 108 of file xdrbuf/test/test1.cpp.
| static void doTest1 | ( | IN int | bytes, | |
| IN int | nLongs, | |||
| IN int | nFloats, | |||
| IN const char * | s | |||
| ) | [static] |
Definition at line 177 of file xdrbuf/test/test1.cpp.
| int main | ( | IN int | argc, | |
| IN const char * | argv[] | |||
| ) |
Definition at line 214 of file xdrbuf/test/test1.cpp.
1.7.1