|
Blender V5.0
|
#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 166 of file IO_abstract_hierarchy_iterator.h.
| blender::io::EnsuredWriter::EnsuredWriter | ( | ) |
Definition at line 84 of file abstract_hierarchy_iterator.cc.
References false, and nullptr.
Referenced by empty(), existing(), and newly_created().
|
static |
Definition at line 91 of file abstract_hierarchy_iterator.cc.
References EnsuredWriter().
|
static |
Definition at line 95 of file abstract_hierarchy_iterator.cc.
References EnsuredWriter().
| bool blender::io::EnsuredWriter::is_newly_created | ( | ) | const |
Definition at line 104 of file abstract_hierarchy_iterator.cc.
|
static |
Definition at line 99 of file abstract_hierarchy_iterator.cc.
References EnsuredWriter().
| blender::io::EnsuredWriter::operator bool | ( | ) | const |
Definition at line 109 of file abstract_hierarchy_iterator.cc.
| AbstractHierarchyWriter * blender::io::EnsuredWriter::operator-> | ( | ) |
Definition at line 114 of file abstract_hierarchy_iterator.cc.