Functions | |
template<> int | serialize (std::ofstream &fout_, const std::vector< AIState > &stateVector_) |
template<> int | assemble (std::ifstream &fin_, std::vector< AIState > &stateVector_) |
template<class T> int | serialize (std::ofstream &fout_, const std::vector< T > &vector_) |
template<class T> int | assemble (std::ifstream &fin_, std::vector< T > &vector_) |
template<> int | serialize (std::ofstream &fout_, const std::vector< AIPremise > &premVector_) |
template<> int | assemble (std::ifstream &fin_, std::vector< AIPremise > &premVector_) |
template<> int | serialize (std::ofstream &fout_, const std::vector< AIAction > &actVector_) |
template<> int | assemble (std::ifstream &fin_, std::vector< AIAction > &actVector_) |
template<> int | serialize (std::ofstream &fout_, const std::vector< AILogic::AIRule > &ruleVector_) |
template<> int | assemble (std::ifstream &fin_, std::vector< AILogic::AIRule > &ruleVector_) |
|
global function for reading in a stl vector of AIRules from a binary file. the function returns the number of bytes read
|
|
global function for reading in a stl vector of AIActions from a binary file. the function returns the number of bytes read
|
|
global function for reading in a stl vector of AIPremises from a binary file. the function returns the number of bytes read
|
|
global template function for reading in a stl vector of a base type from a binary file. the function returns the number of bytes read
|
|
global function for reading in a stl vector of AIStates from a binary file. the function returns the number of bytes read.
|
|
global function for writing a stl vector of AIRules to a binary file. the function returns the number of bytes written
|
|
global function for writing a stl vector of AIActions to a binary file. the function returns the number of bytes written
|
|
global function for writing a stl vector of AIPremises to a binary file. the function returns the number of bytes written
|
|
global template function for writing a stl vector of a base type to a binary file. the function returns the number of bytes written
|
|
global function for writing a stl vector of AIStates to a binary file. the function returns the number of bytes written
|