std Namespace Reference

Namespaces

 experimental
 

Classes

struct  hash< armarx::armem::MemoryID >
 
struct  hash< armarx::PropagateConst< T > >
 
class  hash< armarx::ThreadUsage >
 
struct  hash< pair< A, B > >
 Enables hashing of std::pair. More...
 
struct  hash< std::pair< T1, T2 > >
 
struct  hash< std::tuple< Ts... > >
 
struct  hash< tuple< Ts... > >
 Enables hashing of std::tuple. More...
 

Typedefs

using source_location = experimental::source_location
 

Functions

void * align (size_t alignment, size_t bytes, void *&bufferPlace, size_t &bufferSpace) noexcept
 
template<class T , class... Ts>
bool isfinite (const std::vector< T, Ts... > &v)
 
 make_PropagateConst_cmp_function_objects (equal_to)
 
 make_PropagateConst_cmp_function_objects (greater)
 
 make_PropagateConst_cmp_function_objects (greater_equal)
 
 make_PropagateConst_cmp_function_objects (less)
 
 make_PropagateConst_cmp_function_objects (less_equal)
 
 make_PropagateConst_cmp_function_objects (not_equal_to)
 
ostream & operator<< (ostream &os, const visionx::ImageDimension &dimension)
 
template<typename T >
ostream & operator<< (ostream &str, const std::deque< T > &deque)
 
template<typename T1 , typename T2 >
ostream & operator<< (ostream &str, const std::map< T1, T2 > &map)
 
template<typename T1 , typename T2 >
ostream & operator<< (ostream &str, const std::pair< T1, T2 > &pair)
 
template<typename T >
ostream & operator<< (ostream &str, const std::set< T > &set)
 
template<typename T1 , typename T2 >
ostream & operator<< (ostream &str, const std::unordered_map< T1, T2 > &map)
 
template<typename T >
ostream & operator<< (ostream &str, const std::vector< T > &vector)
 
ostream & operator<< (ostream &str, std::nullptr_t)
 
ARMARXCORE_IMPORT_EXPORT ostream & operator<< (ostream &stream, const armarx::ParameterMapping &mapping)
 
ARMARXCORE_IMPORT_EXPORT ostream & operator<< (ostream &stream, const armarx::RunningTaskIceBase &task)
 
ARMARXCORE_IMPORT_EXPORT ostream & operator<< (ostream &stream, const QPointF &point)
 
ARMARXCORE_IMPORT_EXPORT ostream & operator<< (ostream &stream, const QRectF &rect)
 
ARMARXCORE_IMPORT_EXPORT ostream & operator<< (ostream &stream, const QSizeF &rect)
 
ARMARXCORE_IMPORT_EXPORT ostream & operator<< (ostream &stream, const QString &string)
 
template<typename T >
std::string & operator<< (std::string &str, const T &value)
 

Typedef Documentation

◆ source_location

using source_location = experimental::source_location

Definition at line 34 of file Pointer.h.

Function Documentation

◆ align()

void* std::align ( size_t  alignment,
size_t  bytes,
void *&  bufferPlace,
size_t &  bufferSpace 
)
inlinenoexcept

Definition at line 37 of file HeterogenousContinuousContainer.h.

+ Here is the caller graph for this function:

◆ isfinite()

bool std::isfinite ( const std::vector< T, Ts... > &  v)

Definition at line 327 of file algorithm.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ make_PropagateConst_cmp_function_objects() [1/6]

std::make_PropagateConst_cmp_function_objects ( equal_to  )

◆ make_PropagateConst_cmp_function_objects() [2/6]

std::make_PropagateConst_cmp_function_objects ( greater  )

◆ make_PropagateConst_cmp_function_objects() [3/6]

std::make_PropagateConst_cmp_function_objects ( greater_equal  )

◆ make_PropagateConst_cmp_function_objects() [4/6]

std::make_PropagateConst_cmp_function_objects ( less  )

◆ make_PropagateConst_cmp_function_objects() [5/6]

std::make_PropagateConst_cmp_function_objects ( less_equal  )

◆ make_PropagateConst_cmp_function_objects() [6/6]

std::make_PropagateConst_cmp_function_objects ( not_equal_to  )

◆ operator<<() [1/15]

ostream& std::operator<< ( ostream &  os,
const visionx::ImageDimension &  dimension 
)
inline

Definition at line 217 of file ImageUtil.h.

◆ operator<<() [2/15]

ostream& std::operator<< ( ostream &  str,
const std::deque< T > &  deque 
)

Definition at line 131 of file StringHelpers.h.

+ Here is the call graph for this function:

◆ operator<<() [3/15]

ostream& std::operator<< ( ostream &  str,
const std::map< T1, T2 > &  map 
)

Definition at line 154 of file StringHelpers.h.

+ Here is the call graph for this function:

◆ operator<<() [4/15]

ostream& std::operator<< ( ostream &  str,
const std::pair< T1, T2 > &  pair 
)

Definition at line 145 of file StringHelpers.h.

+ Here is the call graph for this function:

◆ operator<<() [5/15]

ostream& std::operator<< ( ostream &  str,
const std::set< T > &  set 
)

Definition at line 198 of file ObjectLocalizationMemoryUpdater.h.

+ Here is the call graph for this function:

◆ operator<<() [6/15]

ostream& std::operator<< ( ostream &  str,
const std::unordered_map< T1, T2 > &  map 
)

Definition at line 166 of file StringHelpers.h.

+ Here is the call graph for this function:

◆ operator<<() [7/15]

ostream& std::operator<< ( ostream &  str,
const std::vector< T > &  vector 
)

Definition at line 117 of file StringHelpers.h.

+ Here is the call graph for this function:

◆ operator<<() [8/15]

ostream& std::operator<< ( ostream &  str,
std::nullptr_t   
)
inline

Definition at line 176 of file StringHelpers.h.

◆ operator<<() [9/15]

ARMARXCORE_IMPORT_EXPORT ostream& std::operator<< ( ostream &  stream,
const armarx::ParameterMapping mapping 
)

◆ operator<<() [10/15]

ARMARXCORE_IMPORT_EXPORT ostream& std::operator<< ( ostream &  stream,
const armarx::RunningTaskIceBase &  task 
)

◆ operator<<() [11/15]

ARMARXCORE_IMPORT_EXPORT ostream& std::operator<< ( ostream &  stream,
const QPointF &  point 
)

◆ operator<<() [12/15]

ARMARXCORE_IMPORT_EXPORT ostream& std::operator<< ( ostream &  stream,
const QRectF &  rect 
)

◆ operator<<() [13/15]

ARMARXCORE_IMPORT_EXPORT ostream& std::operator<< ( ostream &  stream,
const QSizeF &  rect 
)

◆ operator<<() [14/15]

ARMARXCORE_IMPORT_EXPORT ostream& std::operator<< ( ostream &  stream,
const QString &  string 
)

◆ operator<<() [15/15]

std::string& std::operator<< ( std::string &  str,
const T value 
)

Definition at line 109 of file StringHelpers.h.

+ Here is the call graph for this function: