#include <assert.h>#include <stdlib.h>#include <unistd.h>#include <sys/time.h>#include <stdio.h>#include <string.h>#include <iostream>#include <cerrno>#include <fstream>#include "pomdpCassandraWrapper.h"#include "POMDP.h"#include "MathLib.h"
Go to the source code of this file.
Namespaces | |
| namespace | momdp |
Defines | |
| #define | PM_PREFIX_MATCHES(X) (0 == strncmp(buf,(X),strlen(X))) |
| #define | PM_PREFIX_MATCHES_STL(X) ( string::npos != curline.find((X))) |
Functions | |
| static void | momdp::reaDenseVector (char *data, DenseVector &b, int numValues) |
| string | momdp::TrimStr (string &Src) |
| static void | momdp::trimTrailingWhiteSpace (char *s) |
| #define PM_PREFIX_MATCHES | ( | X | ) | (0 == strncmp(buf,(X),strlen(X))) |
| #define PM_PREFIX_MATCHES_STL | ( | X | ) | ( string::npos != curline.find((X))) |