Blender V4.3
NamedSizeEntry Class Reference

#include <stats.h>

Public Member Functions

 NamedSizeEntry ()
 
 NamedSizeEntry (const string &name, size_t size)
 

Public Attributes

string name
 
size_t size
 

Detailed Description

Definition at line 23 of file scene/stats.h.

Constructor & Destructor Documentation

◆ NamedSizeEntry() [1/2]

NamedSizeEntry::NamedSizeEntry ( )

Definition at line 44 of file stats.cpp.

◆ NamedSizeEntry() [2/2]

NamedSizeEntry::NamedSizeEntry ( const string & name,
size_t size )

Definition at line 46 of file stats.cpp.

Member Data Documentation

◆ name

string NamedSizeEntry::name

Definition at line 28 of file scene/stats.h.

Referenced by NamedSizeStats::full_report().

◆ size

size_t NamedSizeEntry::size

Definition at line 29 of file scene/stats.h.

Referenced by NamedSizeStats::add_entry(), and NamedSizeStats::full_report().


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