Namespaces | Defines | Functions
POMDP.cpp File Reference
#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"
Include dependency graph for POMDP.cpp:

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 Documentation

#define PM_PREFIX_MATCHES (   X)    (0 == strncmp(buf,(X),strlen(X)))
#define PM_PREFIX_MATCHES_STL (   X)    ( string::npos != curline.find((X)))


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:30