Blender
V3.3
|
#include <IO_abstract_hierarchy_iterator.h>
Public Member Functions | |
EnsuredWriter () | |
bool | is_newly_created () const |
operator bool () const | |
AbstractHierarchyWriter * | operator-> () |
Static Public Member Functions | |
static EnsuredWriter | empty () |
static EnsuredWriter | existing (AbstractHierarchyWriter *writer) |
static EnsuredWriter | newly_created (AbstractHierarchyWriter *writer) |
Definition at line 134 of file IO_abstract_hierarchy_iterator.h.
blender::io::EnsuredWriter::EnsuredWriter | ( | ) |
Definition at line 87 of file abstract_hierarchy_iterator.cc.
Referenced by empty(), existing(), and newly_created().
|
static |
Definition at line 96 of file abstract_hierarchy_iterator.cc.
References EnsuredWriter().
|
static |
Definition at line 100 of file abstract_hierarchy_iterator.cc.
References EnsuredWriter().
bool blender::io::EnsuredWriter::is_newly_created | ( | ) | const |
Definition at line 109 of file abstract_hierarchy_iterator.cc.
|
static |
Definition at line 104 of file abstract_hierarchy_iterator.cc.
References EnsuredWriter().
blender::io::EnsuredWriter::operator bool | ( | ) | const |
Definition at line 114 of file abstract_hierarchy_iterator.cc.
AbstractHierarchyWriter * blender::io::EnsuredWriter::operator-> | ( | ) |
Definition at line 119 of file abstract_hierarchy_iterator.cc.