Blender V5.0
vector< value_type, allocator_type > Class Template Reference

#include <vector.h>

Inherits std::vector< value_type, GuardedAllocator< value_type > >.

Inherited by Freestyle::PointerSequence< vector< Cell * >, Cell * >, and Freestyle::PointerSequence< vector< OccluderData * >, OccluderData * >.

Public Types

using BaseClass = std::vector<value_type, allocator_type>

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 20 of file cycles/util/vector.h.

Member Typedef Documentation

◆ BaseClass

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

Definition at line 22 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 28 of file cycles/util/vector.h.

Referenced by attr_create_pointiness().

◆ 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 35 of file cycles/util/vector.h.


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