ansys::dpf::Label Struct Reference
Last update: 10.07.2023
ansys::dpf::Label Struct Reference
#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
Constructor & Destructor Documentation
◆ Label()
|
explicit |
Create Label.
- Parameters
-
[in] name Name 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.