ufe 5.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
Ufe::EmptyPathSegment Class Reference

Exception class to signal empty path segment in path string. More...

#include <pathStringExcept.h>

Inheritance diagram for Ufe::EmptyPathSegment:
Collaboration diagram for Ufe::EmptyPathSegment:

Public Member Functions

 EmptyPathSegment (const std::string &pathString)
 
 EmptyPathSegment (const EmptyPathSegment &)=default
 
 ~EmptyPathSegment () override
 
const std::string & pathString () const
 

Private Attributes

const std::string fPathString
 

Detailed Description

Exception class to signal empty path segment in path string.

Definition at line 28 of file pathStringExcept.h.

Constructor & Destructor Documentation

◆ EmptyPathSegment() [1/2]

Ufe::EmptyPathSegment::EmptyPathSegment ( const std::string &  pathString)
inline

Definition at line 31 of file pathStringExcept.h.

◆ EmptyPathSegment() [2/2]

Ufe::EmptyPathSegment::EmptyPathSegment ( const EmptyPathSegment )
default

◆ ~EmptyPathSegment()

Ufe::EmptyPathSegment::~EmptyPathSegment ( )
inlineoverride

Definition at line 34 of file pathStringExcept.h.

Member Function Documentation

◆ pathString()

const std::string & Ufe::EmptyPathSegment::pathString ( ) const
inline

Definition at line 36 of file pathStringExcept.h.

Member Data Documentation

◆ fPathString

const std::string Ufe::EmptyPathSegment::fPathString
private

Definition at line 39 of file pathStringExcept.h.


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