Blender  V3.3
Public Types | Public Member Functions | List of all members
vector< value_type, allocator_type > Class Template Reference

#include <vector.h>

Inheritance diagram for vector< value_type, allocator_type >:
Freestyle::PointerSequence< vector< Cell * >, Cell * > Freestyle::PointerSequence< vector< OccluderData * >, OccluderData * >

Public Types

typedef std::vector< value_type, allocator_type > BaseClass
 

Public Member Functions

void free_memory ()
 
 operator std::vector< value_type > ()
 

Detailed Description

template<typename value_type, typename allocator_type = GuardedAllocator<value_type>>
class vector< value_type, allocator_type >

Definition at line 22 of file cycles/util/vector.h.

Member Typedef Documentation

◆ BaseClass

template<typename value_type , typename allocator_type = GuardedAllocator<value_type>>
typedef std::vector<value_type, allocator_type> vector< value_type, allocator_type >::BaseClass

Definition at line 24 of file cycles/util/vector.h.

Member Function Documentation

◆ free_memory()

template<typename value_type , typename allocator_type = GuardedAllocator<value_type>>
void vector< value_type, allocator_type >::free_memory ( )
inline

Definition at line 30 of file cycles/util/vector.h.

References swap().

Referenced by attr_create_pointiness(), and Device::free_memory().

◆ operator std::vector< value_type >()

template<typename value_type , typename allocator_type = GuardedAllocator<value_type>>
vector< value_type, allocator_type >::operator std::vector< value_type > ( )
inline

Definition at line 37 of file cycles/util/vector.h.


The documentation for this class was generated from the following file: