Skip to main content

DPF C++ client library 2023 R2

ansys::dpf::Label Struct Reference

Last update: 10.07.2023

#include <dpf_api_base.h>

Public Member Functions

 Label (std::string const &name)
 
 Label (Label const &)=default
 
bool operator== (Label const &) const
 
bool operator< (Label const &) const
 
bool operator<= (Label const &) const
 
bool operator!= (Label const &) const
 
 operator std::string () const
 
const char * c_str () const
 

Detailed Description

Container for label.

See also
labels
Using collections and labels
Examples
DataApis.cpp.

Constructor & Destructor Documentation

◆ Label()

ansys::dpf::Label::Label ( std::string const &  name)
explicit

Create Label.

Parameters
[in]nameName of label.

Member Function Documentation

◆ c_str()

const char * ansys::dpf::Label::c_str ( ) const
Returns
Value of label.

◆ operator std::string()

ansys::dpf::Label::operator std::string ( ) const

Value of label.