Unravel Engine C++ Reference
Loading...
Searching...
No Matches
serialization::path_segment_guard Struct Reference

#include <serialization.h>

Public Member Functions

 path_segment_guard (const std::string &segment, bool ignore_next_push=false)
 
 ~path_segment_guard ()
 
 path_segment_guard (const path_segment_guard &)=delete
 
path_segment_guardoperator= (const path_segment_guard &)=delete
 
 path_segment_guard (path_segment_guard &&)=delete
 
path_segment_guardoperator= (path_segment_guard &&)=delete
 

Detailed Description

Definition at line 60 of file serialization.h.

Constructor & Destructor Documentation

◆ path_segment_guard() [1/3]

serialization::path_segment_guard::path_segment_guard ( const std::string & segment,
bool ignore_next_push = false )

Definition at line 101 of file serialization.cpp.

◆ ~path_segment_guard()

serialization::path_segment_guard::~path_segment_guard ( )

Definition at line 111 of file serialization.cpp.

◆ path_segment_guard() [2/3]

serialization::path_segment_guard::path_segment_guard ( const path_segment_guard & )
delete

◆ path_segment_guard() [3/3]

serialization::path_segment_guard::path_segment_guard ( path_segment_guard && )
delete

Member Function Documentation

◆ operator=() [1/2]

path_segment_guard & serialization::path_segment_guard::operator= ( const path_segment_guard & )
delete

◆ operator=() [2/2]

path_segment_guard & serialization::path_segment_guard::operator= ( path_segment_guard && )
delete

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