HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ConcurrentVector.h File Reference
#include "UT_API.h"
#include <SYS/SYS_BitUtil.h>
#include <SYS/SYS_Types.h>
#include <tbb/concurrent_vector.h>
+ Include dependency graph for UT_ConcurrentVector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UT_ConcurrentVector   tbb::concurrent_vector
 

Functions

template<typename T , typename A >
int64 UTgetMemoryUsage (const UT_ConcurrentVector< T, A > &that, bool inclusive)
 

Macro Definition Documentation

#define UT_ConcurrentVector   tbb::concurrent_vector
See Also
UT_ConcurrentQueue

Definition at line 23 of file UT_ConcurrentVector.h.

Function Documentation

template<typename T , typename A >
int64 UTgetMemoryUsage ( const UT_ConcurrentVector< T, A > &  that,
bool  inclusive 
)

Definition at line 27 of file UT_ConcurrentVector.h.