MultiAgentDecisionProcess
ParserPOMDPFormat_Spirit.h File Reference
#include <iostream>
#include <fstream>
#include "Globals.h"
#include "POMDPDiscrete.h"
#include "EParse.h"
#include <boost/version.hpp>
#include <boost/spirit/core.hpp>
#include <boost/spirit/iterator/file_iterator.hpp>
#include <boost/spirit/iterator/position_iterator.hpp>
#include "ParserInterface.h"
#include "CommentBlankOrNewlineParser.h"
#include "pomdp.spirit"

Classes

struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddAction
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddModels
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddObservation
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddStartState
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddState
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::DebugOutput
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::DebugOutputNoParsed
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::POMDPFileParser::definition< ScannerT >
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::dp_SetDiscountParam
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::Initialize
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::InitializeActions
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::InitializeObservations
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::InitializePOMDP
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::InitializeStates
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::NextFloatOfRow
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::NextRowOfMatrix
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::NextStringOfIdentList
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::NYI
 
class  POMDPFormatParsing::ParserPOMDPFormat_Spirit
 ParserPOMDPFormat_Spirit is a parser for the .pomdp file format. More...
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::POMDPFileParser
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessOMatrix
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessOProb
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessORow
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessR
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessRMatrix
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessRRow
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessStartStateList
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessTMatrix
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessTProb
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessTRow
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ResetCurIdentList
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::ResetCurMatrix
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetAgentIndex
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetLastParsedType
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNextAgentIndex
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNrActions
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNrAgents
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNrObservations
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNrStates
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StartStateExludes
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StartStateRowProbs
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLastParsedElement
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPAction
 Stores the last-parsed action: More...
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPFromState
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPJointAction
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPJointObservation
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPObservation
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPToState
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::vt_COSTTOK
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::vt_REWARDTOK
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::WildCardJointAction
 called before StoreLPJointAction in case of a wildcard '*' joint action. More...
 
struct  POMDPFormatParsing::ParserPOMDPFormat_Spirit::WildCardJointObservation
 called before StoreLPJointObservation in case of a wildcard '*' joint action. More...
 

Namespaces

 POMDPFormatParsing
 

Macros

#define ANY_INDEX   -1
 
#define DEBUG_POMDP_PARSE   0
 
#define POMDPFORMAT_NEWLINES_SKIPPED   1
 
#define SUBGRAMMAR   0
 

Functions

std::ostream & POMDPFormatParsing::operator<< (std::ostream &out, file_position const &lc)
 Outputs the file_position structure info (gotten from postion_iterator::get_position() ). More...
 

Macro Definition Documentation

#define ANY_INDEX   -1
#define DEBUG_POMDP_PARSE   0

Referenced by POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPJointAction::MatchingJointActions(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPJointObservation::MatchingJointObservations(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::DebugOutputNoParsed::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::DebugOutput::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLastParsedElement::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::NextFloatOfRow::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNrActions::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddAction::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNrObservations::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddObservation::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPAction::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::WildCardJointAction::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPObservation::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::WildCardJointObservation::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPFromState::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::StoreLPToState::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessTProb::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessTRow::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessTMatrix::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessOProb::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessORow::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessOMatrix::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessR::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessRRow::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ProcessRMatrix::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::SetNrAgents::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::dp_SetDiscountParam::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::AddState::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::ResetCurMatrix::operator()(), POMDPFormatParsing::ParserPOMDPFormat_Spirit::Parse(), and POMDPFormatParsing::ParserPOMDPFormat_Spirit::ParserPOMDPFormat_Spirit().

#define POMDPFORMAT_NEWLINES_SKIPPED   1
#define SUBGRAMMAR   0