![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
Declares the AJASystemInfo class. More...
Go to the source code of this file.
Classes | |
| class | AJASystemInfo |
Typedefs | |
| typedef std::pair< std::string, std::string > | AJALabelValuePair |
| A pair of strings comprising a label and a value. More... | |
| typedef std::vector< AJALabelValuePair > | AJALabelValuePairs |
| An ordered sequence of label/value pairs. More... | |
| typedef AJALabelValuePairs::const_iterator | AJALabelValuePairsConstIter |
Functions | |
| AJA_EXPORT std::ostream & | operator<< (std::ostream &outStream, const AJASystemInfo &inData) |
| Streams a human-readable representation of the AJASystemInfo into the given output stream. More... | |
| AJA_EXPORT std::ostream & | operator<< (std::ostream &outStream, const AJALabelValuePair &inData) |
| Streams a human-readable representation of the AJALabelValuePair into the given output stream. More... | |
| AJA_EXPORT std::ostream & | operator<< (std::ostream &outStream, const AJALabelValuePairs &inData) |
| Streams a human-readable representation of the AJALabelValuePairs into the given output stream. More... | |
Declares the AJASystemInfo class.
Definition in file info.h.
| typedef std::pair<std::string, std::string> AJALabelValuePair |
| typedef std::vector<AJALabelValuePair> AJALabelValuePairs |
| typedef AJALabelValuePairs::const_iterator AJALabelValuePairsConstIter |
| enum AJASystemInfoTag |
| AJA_EXPORT std::ostream& operator<< | ( | std::ostream & | outStream, |
| const AJALabelValuePair & | inData | ||
| ) |
Streams a human-readable representation of the AJALabelValuePair into the given output stream.
| outStream | The stream into which the given AJALabelValuePair will be printed. | |
| [in] | inData | The AJALabelValuePair to be streamed. |
| AJA_EXPORT std::ostream& operator<< | ( | std::ostream & | outStream, |
| const AJALabelValuePairs & | inData | ||
| ) |
Streams a human-readable representation of the AJALabelValuePairs into the given output stream.
| outStream | The stream into which the given AJALabelValuePairs will be printed. | |
| [in] | inData | The AJALabelValuePairs to be streamed. |
| AJA_EXPORT std::ostream& operator<< | ( | std::ostream & | outStream, |
| const AJASystemInfo & | inData | ||
| ) |
Streams a human-readable representation of the AJASystemInfo into the given output stream.
| outStream | The stream into which the given AJASystemInfo will be printed. | |
| [in] | inData | The AJASystemInfo to be streamed. |