135 virtual void ToString (std::string & outAllLabelsAndValues)
const;
145 virtual std::string ToString (
const size_t inValueWrapLen = 0,
const size_t inGutterWidth = 3)
const;
160 static std::string ToString (
const AJALabelValuePairs & inLabelValuePairs,
const size_t inValueWrapLen = 0,
const size_t inGutterWidth = 3);
std::vector< AJALabelValuePair > AJALabelValuePairs
An ordered sequence of label/value pairs.
AJALabelValuePairs::const_iterator AJALabelValuePairsConstIter
Master header for the ajabase library.
AJA_EXPORT std::ostream & operator<<(std::ostream &outStream, const AJASystemInfo &inData)
Streams a human-readable representation of the AJASystemInfo into the given output stream...
static AJALabelValuePairs & append(AJALabelValuePairs &inOutTable, const std::string &inLabel, const std::string &inValue=std::string())
A convenience function that appends the given label and value strings to the provided AJALabelValuePa...
std::pair< std::string, std::string > AJALabelValuePair
A pair of strings comprising a label and a value.