Blender V5.0
blender::nodes::node_geo_import_text::LoadTextCache Class Reference

Inherits blender::memory_cache::CachedValue.

Public Member Functions

void count_memory (MemoryCounter &counter) const override
Public Member Functions inherited from blender::memory_cache::CachedValue
virtual ~CachedValue ()=default

Public Attributes

std::string text
Vector< geo_eval_log::NodeWarningwarnings

Detailed Description

Definition at line 28 of file node_geo_import_text.cc.

Member Function Documentation

◆ count_memory()

void blender::nodes::node_geo_import_text::LoadTextCache::count_memory ( MemoryCounter & memory) const
inlineoverridevirtual

Gather the memory used by this value. This allows the cache system to determine when it is full.

Implements blender::memory_cache::CachedValue.

Definition at line 33 of file node_geo_import_text.cc.

References blender::memory_counter::MemoryCounter::add().

Member Data Documentation

◆ text

std::string blender::nodes::node_geo_import_text::LoadTextCache::text

Definition at line 30 of file node_geo_import_text.cc.

◆ warnings

Vector<geo_eval_log::NodeWarning> blender::nodes::node_geo_import_text::LoadTextCache::warnings

Definition at line 31 of file node_geo_import_text.cc.


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