CommitResult Struct Reference

Result of a Commit. More...

#include <RobotAPI/libraries/armem/core/Commit.h>

Public Member Functions

std::vector< std::string > allErrorMessages () const
 
bool allSuccess () const
 

Public Attributes

std::vector< EntityUpdateResultresults
 

Friends

std::ostream & operator<< (std::ostream &os, const CommitResult &rhs)
 

Detailed Description

Result of a Commit.

Definition at line 110 of file Commit.h.

Member Function Documentation

◆ allErrorMessages()

std::vector< std::string > allErrorMessages ( ) const

Definition at line 73 of file Commit.cpp.

+ Here is the caller graph for this function:

◆ allSuccess()

bool allSuccess ( ) const

Definition at line 64 of file Commit.cpp.

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const CommitResult & rhs )
friend

Definition at line 47 of file Commit.cpp.

Member Data Documentation

◆ results

std::vector<EntityUpdateResult> results

Definition at line 112 of file Commit.h.


The documentation for this struct was generated from the following files: