Classes | |
| class | allocator |
| STL class. | |
| class | auto_ptr |
| STL class. | |
| class | ios_base |
| STL class. | |
| class | basic_ios |
| STL class. | |
| class | basic_istream |
| STL class. | |
| class | basic_ostream |
| STL class. | |
| class | basic_iostream |
| STL class. | |
| class | basic_ifstream |
| STL class. | |
| class | basic_ofstream |
| STL class. | |
| class | basic_fstream |
| STL class. | |
| class | basic_istringstream |
| STL class. | |
| class | basic_ostringstream |
| STL class. | |
| class | basic_stringstream |
| STL class. | |
| class | ios |
| STL class. | |
| class | wios |
| STL class. | |
| class | istream |
| STL class. | |
| class | wistream |
| STL class. | |
| class | ostream |
| STL class. | |
| class | wostream |
| STL class. | |
| class | ifstream |
| STL class. | |
| class | wifstream |
| STL class. | |
| class | ofstream |
| STL class. | |
| class | wofstream |
| STL class. | |
| class | fstream |
| STL class. | |
| class | wfstream |
| STL class. | |
| class | istringstream |
| STL class. | |
| class | wistringstream |
| STL class. | |
| class | ostringstream |
| STL class. | |
| class | wostringstream |
| STL class. | |
| class | stringstream |
| STL class. | |
| class | wstringstream |
| STL class. | |
| class | basic_string |
| STL class. | |
| class | string |
| STL class. | |
| class | wstring |
| STL class. | |
| class | complex |
| STL class. | |
| class | bitset |
| STL class. | |
| class | deque |
| STL class. | |
| class | list |
| STL class. | |
| class | map |
| STL class. | |
| class | multimap |
| STL class. | |
| class | set |
| STL class. | |
| class | multiset |
| STL class. | |
| class | vector |
| STL class. | |
| class | queue |
| STL class. | |
| class | priority_queue |
| STL class. | |
| class | stack |
| STL class. | |
| class | valarray |
| STL class. | |
| class | exception |
| STL class. | |
| class | bad_alloc |
| STL class. | |
| class | bad_cast |
| STL class. | |
| class | bad_typeid |
| STL class. | |
| class | logic_error |
| STL class. | |
| class | runtime_error |
| STL class. | |
| class | bad_exception |
| STL class. | |
| class | domain_error |
| STL class. | |
| class | invalid_argument |
| STL class. | |
| class | length_error |
| STL class. | |
| class | out_of_range |
| STL class. | |
| class | range_error |
| STL class. | |
| class | overflow_error |
| STL class. | |
| class | underflow_error |
| STL class. | |
Functions | |
| template<size_t s1, size_t i1> | |
| ostream & | operator<< (ostream &ostr, const MLTCarrierType< s1, i1 > &v) |
| Convert v to a string and put it into the ostream. | |
| template<size_t s1, size_t i1> | |
| ostringstream & | operator<< (ostringstream &ostr, const MLTCarrierType< s1, i1 > &v) |
| Convert v to a string and put it into the ostringstream. | |
| template<size_t s1, size_t i1> | |
| istream & | operator>> (istream &istr, MLTCarrierType< s1, i1 > &v) |
| Read a data type instance from istream and write result into v. | |
| template<size_t s1, size_t i1> | |
| istringstream & | operator>> (istringstream &istr, MLTCarrierType< s1, i1 > &v) |
| Read a data type instance from istringstream and write result into v. | |
| MLEXPORT std::ostream & | operator<< (std::ostream &s, const ml::Field &v) |
| Overloads the operator "<<" for stream output of Field objects. | |
| MLEXPORT std::ostream & | operator<< (std::ostream &s, const ml::FieldContainer &fc) |
| Overloading the operator "<<" for stream output of FieldContainer objects. | |
| MLEXPORT ostream & | operator<< (ostream &s, const ml::Host &host) |
| Overloading the operator "<<" for stream output of Host objects. | |
| MLEXPORT ostream & | operator<< (ostream &ostr, INT64 s) |
| MLEXPORT istream & | operator>> (istream &istr, INT64 &s) |
| MLEXPORT ostream & | operator<< (ostream &ostr, UINT64 s) |
| MLEXPORT istream & | operator>> (istream &istr, UINT64 &s) |
| ostream & | operator<< (ostream &s, const ml::MemoryImage &mi) |
| Overload "<<" operator for stream output of ML MemoryImage objects. | |
| MLEXPORT std::ostream & | operator<< (std::ostream &s, const ml::PagedImage &pi) |
| Print internal PagedImage information to std::ostream for debugging purposes. | |
| ostream & | operator<< (ostream &s, const ml::ScaleShiftData &ssd) |
| Overloads "<<" operator for stream output of ML TScaleShiftData objects. | |
| MLEXPORT ostream & | operator<< (ostream &s, const ml::SubImage &fc) |
| Print internal subimage information to std::ostream for debugging purposes. | |
| template<typename intT > | |
| ostream & | operator<< (ostream &s, const ml::TSubImageBox< intT > &box) |
| Overload "<<" operator for stream output of SubImageBox objects. | |
| ostream & | operator<< (ostream &s, const ml::SubImageBoxd &box) |
| Overloads "<<" operator for stream output of SubImageBoxd objects. | |
| template<typename DATATYPE > | |
| ostream & | operator<< (ostream &ostr, const ml::TSubImage< DATATYPE > &v) |
| Implement print of subimage into std::ostream. | |
| ostream & | operator<< (ostream &s, const ml::DateTime &dt) |
Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second. | |
| ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::ErrorOutput &errorOutput) |
| Overloading the operator "<<" for stream output of ErrorOutput objects. | |
| ostream & | operator<< (ostream &s, const ml::ErrorOutputInfos &eoi) |
Overload "<<" operator for stream output of ML ErrorOutputInfos objects. | |
| ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::ImagePropertyExtension &extIP) |
| Overloads the operator "<<" for stream output of ImagePropertyExtension objects. | |
| ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::ImagePropertyExtensionContainer &ipContainer) |
| Overloads the operator "<<" for stream output of ImagePropertyExtension objects. | |
| ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::Notify ¬ify) |
Overloading the operator "<<" for stream output of Notify objects. | |
| ostream & | operator<< (ostream &s, const ml::RuntimeType &rt) |
Overload "<<" operator for stream output of ML RuntimeType objects. | |
| template<class T , size_t size, class DataContainer > | |
| ostream & | operator<< (ostream &os, const ml::FloatingPointVector< T, size, DataContainer > &v) |
| Prints vector to std::ostream. All components are followed by " "s. | |
| template<class T , size_t size, class DataContainer > | |
| istream & | operator>> (istream &is, ml::FloatingPointVector< T, size, DataContainer > &v) |
| Reads a vector from std::istream. | |
| template<class TVectorBase > | |
| ostream & | operator<< (ostream &s, const ml::TVector< TVectorBase > &v) |
| Implements the stream output operator "<<" for TVector objects; the vector is printed in round parentheses and array elements are separated by commas. | |
| template<class DT > | |
| std::ostream & | operator<< (std::ostream &os, const ml::Tmat2< DT > &m) |
| Output to stream. | |
| template<class DT > | |
| std::istream & | operator>> (std::istream &is, ml::Tmat2< DT > &m) |
| Input from stream. | |
| template<class DT > | |
| std::ostream & | operator<< (std::ostream &os, const ml::Tmat3< DT > &m) |
| Output to std::ostream. | |
| template<class DT > | |
| std::istream & | operator>> (std::istream &is, ml::Tmat3< DT > &m) |
| Input from stream. | |
| template<class DT > | |
| std::ostream & | operator<< (std::ostream &os, const ml::Tmat5< DT > &m) |
| Output to std::ostream. | |
| template<class DT > | |
| std::istream & | operator>> (std::istream &is, ml::Tmat5< DT > &m) |
| Input from stream. | |
| template<class DT > | |
| std::ostream & | operator<< (std::ostream &os, const ml::Tmat6< DT > &m) |
| Output to std::ostream. | |
| template<class DT > | |
| std::istream & | operator>> (std::istream &is, ml::Tmat6< DT > &m) |
| Input from stream. | |
| template<typename DT > | |
| ostream & | operator<< (ostream &s, const ml::TQuaternion< DT > &v) |
| Overloading the operator "<<" for stream output of TQuaternion objects. | |
| template<class DT > | |
| std::ostream & | operator<< (std::ostream &os, const ml::Tmat4< DT > &m) |
| template<class DT > | |
| std::istream & | operator>> (std::istream &is, ml::Tmat4< DT > &m) |
STL namespace.
versions for quaternions in global or in ML namespace if explicitly activated before include. On some compilers which cannot resolve global operators correctly this may cause collisions with e.g. other functions with same name, thus the default is NO implementation. Provide trigonometric etc. versions for quaternions in global or in ML namespace if explicitly activated before include. On some compilers which cannot resolve global operators correctly this may cause collisions with e.g. other functions with same name, thus the default is NO implementation.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::TQuaternion< DT > & | v | |||
| ) | [inline] |
Overloading the operator "<<" for stream output of TQuaternion objects.
Definition at line 1234 of file mlQuaternion.h.
| std::ostream& std::operator<< | ( | std::ostream & | os, | |
| const ml::Tmat6< DT > & | m | |||
| ) | [inline] |
| std::ostream& std::operator<< | ( | std::ostream & | os, | |
| const ml::Tmat5< DT > & | m | |||
| ) | [inline] |
| std::ostream& std::operator<< | ( | std::ostream & | os, | |
| const ml::Tmat4< DT > & | m | |||
| ) | [inline] |
Definition at line 998 of file mlMatrix4.h.
| std::ostream& std::operator<< | ( | std::ostream & | os, | |
| const ml::Tmat3< DT > & | m | |||
| ) | [inline] |
| std::ostream& std::operator<< | ( | std::ostream & | os, | |
| const ml::Tmat2< DT > & | m | |||
| ) | [inline] |
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::TVector< TVectorBase > & | v | |||
| ) | [inline] |
Implements the stream output operator "<<" for TVector objects; the vector is printed in round parentheses and array elements are separated by commas.
Definition at line 645 of file mlIntegerVector.h.
| ostream& std::operator<< | ( | ostream & | os, | |
| const ml::FloatingPointVector< T, size, DataContainer > & | v | |||
| ) | [inline] |
Prints vector to std::ostream. All components are followed by " "s.
Definition at line 609 of file mlFloatingPointVector.h.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::RuntimeType & | rt | |||
| ) | [inline] |
Overload "<<" operator for stream output of ML RuntimeType objects.
Definition at line 130 of file mlRuntimeType.h.
| ML_UTILS_EXPORT ostream& std::operator<< | ( | ostream & | s, | |
| const ml::Notify & | notify | |||
| ) |
Overloading the operator "<<" for stream output of Notify objects.
| ML_UTILS_EXPORT ostream& std::operator<< | ( | ostream & | s, | |
| const ml::ImagePropertyExtensionContainer & | ipContainer | |||
| ) |
Overloads the operator "<<" for stream output of ImagePropertyExtension objects.
| ML_UTILS_EXPORT ostream& std::operator<< | ( | ostream & | s, | |
| const ml::ImagePropertyExtension & | extIP | |||
| ) |
Overloads the operator "<<" for stream output of ImagePropertyExtension objects.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::ErrorOutputInfos & | eoi | |||
| ) | [inline] |
Overload "<<" operator for stream output of ML ErrorOutputInfos objects.
Definition at line 187 of file mlErrorOutputInfos.h.
References ML_INTERNAL_ERROR_TRACE_IN.
| ML_UTILS_EXPORT ostream& std::operator<< | ( | ostream & | s, | |
| const ml::ErrorOutput & | errorOutput | |||
| ) |
Overloading the operator "<<" for stream output of ErrorOutput objects.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::DateTime & | dt | |||
| ) | [inline] |
Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second.
Definition at line 347 of file mlDateTime.h.
| ostream& std::operator<< | ( | ostream & | ostr, | |
| const ml::TSubImage< DATATYPE > & | v | |||
| ) | [inline] |
Implement print of subimage into std::ostream.
This must be implemented in std namespace to avoid STL problems.
Definition at line 2407 of file mlTSubImage.h.
References ml::ImageVector.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::SubImageBoxd & | box | |||
| ) | [inline] |
Overloads "<<" operator for stream output of SubImageBoxd objects.
Definition at line 217 of file mlSubImageBoxd.h.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::TSubImageBox< intT > & | box | |||
| ) | [inline] |
Overload "<<" operator for stream output of SubImageBox objects.
Definition at line 292 of file mlSubImageBox.h.
| MLEXPORT ostream& std::operator<< | ( | ostream & | s, | |
| const ml::SubImage & | fc | |||
| ) |
Print internal subimage information to std::ostream for debugging purposes.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::ScaleShiftData & | ssd | |||
| ) | [inline] |
Overloads "<<" operator for stream output of ML TScaleShiftData objects.
Definition at line 262 of file mlScaleShiftData.h.
| MLEXPORT std::ostream& std::operator<< | ( | std::ostream & | s, | |
| const ml::PagedImage & | pi | |||
| ) |
Print internal PagedImage information to std::ostream for debugging purposes.
| ostream& std::operator<< | ( | ostream & | s, | |
| const ml::MemoryImage & | mi | |||
| ) | [inline] |
Overload "<<" operator for stream output of ML MemoryImage objects.
Definition at line 261 of file mlMemoryImage.h.
| MLEXPORT ostream& std::operator<< | ( | ostream & | ostr, | |
| UINT64 | s | |||
| ) |
| MLEXPORT ostream& std::operator<< | ( | ostream & | ostr, | |
| INT64 | s | |||
| ) |
| MLEXPORT ostream& std::operator<< | ( | ostream & | s, | |
| const ml::Host & | host | |||
| ) |
Overloading the operator "<<" for stream output of Host objects.
| MLEXPORT std::ostream& std::operator<< | ( | std::ostream & | s, | |
| const ml::FieldContainer & | fc | |||
| ) |
Overloading the operator "<<" for stream output of FieldContainer objects.
| MLEXPORT std::ostream& std::operator<< | ( | std::ostream & | s, | |
| const ml::Field & | v | |||
| ) |
Overloads the operator "<<" for stream output of Field objects.
| ostringstream& std::operator<< | ( | ostringstream & | ostr, | |
| const MLTCarrierType< s1, i1 > & | v | |||
| ) | [inline] |
Convert v to a string and put it into the ostringstream.
Definition at line 665 of file mlCarrierTypes.h.
References MLFree(), and MLTypeComponentsToString().
| ostream& std::operator<< | ( | ostream & | ostr, | |
| const MLTCarrierType< s1, i1 > & | v | |||
| ) | [inline] |
Convert v to a string and put it into the ostream.
Definition at line 656 of file mlCarrierTypes.h.
References MLFree(), and MLTypeComponentsToString().
| std::istream& std::operator>> | ( | std::istream & | is, | |
| ml::Tmat6< DT > & | m | |||
| ) | [inline] |
| std::istream& std::operator>> | ( | std::istream & | is, | |
| ml::Tmat5< DT > & | m | |||
| ) | [inline] |
| std::istream& std::operator>> | ( | std::istream & | is, | |
| ml::Tmat4< DT > & | m | |||
| ) | [inline] |
Definition at line 1005 of file mlMatrix4.h.
| std::istream& std::operator>> | ( | std::istream & | is, | |
| ml::Tmat3< DT > & | m | |||
| ) | [inline] |
| std::istream& std::operator>> | ( | std::istream & | is, | |
| ml::Tmat2< DT > & | m | |||
| ) | [inline] |
| istream& std::operator>> | ( | istream & | is, | |
| ml::FloatingPointVector< T, size, DataContainer > & | v | |||
| ) | [inline] |
| MLEXPORT istream& std::operator>> | ( | istream & | istr, | |
| UINT64 & | s | |||
| ) |
| MLEXPORT istream& std::operator>> | ( | istream & | istr, | |
| INT64 & | s | |||
| ) |
| istringstream& std::operator>> | ( | istringstream & | istr, | |
| MLTCarrierType< s1, i1 > & | v | |||
| ) | [inline] |
Read a data type instance from istringstream and write result into v.
Definition at line 678 of file mlCarrierTypes.h.
References MLTCarrierType< size, i1 >::data, MLTCarrierType< size, i1 >::getTypeInfos(), and MLTypeComponentsFromStream().
| istream& std::operator>> | ( | istream & | istr, | |
| MLTCarrierType< s1, i1 > & | v | |||
| ) | [inline] |
Read a data type instance from istream and write result into v.
Definition at line 674 of file mlCarrierTypes.h.
References MLTCarrierType< size, i1 >::data, MLTCarrierType< size, i1 >::getTypeInfos(), and MLTypeComponentsFromStream().
1.5.8