|
Blender V5.0
|
#include <NOD_geometry_nodes_log.hh>
Inherits blender::nodes::geo_eval_log::ValueLog.
Public Member Functions | |
| StringLog (StringRef string, LinearAllocator<> &allocator) | |
| Public Member Functions inherited from blender::nodes::geo_eval_log::ValueLog | |
| virtual | ~ValueLog ()=default |
Public Attributes | |
| StringRef | value |
| bool | truncated |
Definition at line 125 of file NOD_geometry_nodes_log.hh.
| blender::nodes::geo_eval_log::StringLog::StringLog | ( | StringRef | string, |
| LinearAllocator<> & | allocator ) |
Definition at line 57 of file geometry_nodes_log.cc.
References BLI_str_find_prev_char_utf8(), blender::LinearAllocator< Allocator >::copy_string(), data, size(), truncated, and value.
| bool blender::nodes::geo_eval_log::StringLog::truncated |
Definition at line 127 of file NOD_geometry_nodes_log.hh.
Referenced by StringLog().
| StringRef blender::nodes::geo_eval_log::StringLog::value |
Definition at line 126 of file NOD_geometry_nodes_log.hh.
Referenced by StringLog().