Represent link ("see also") to property in class.
More...
#include <plask/material/info.hpp>
Represent link ("see also") to property in class.
Definition at line 123 of file info.hpp.
◆ Link() [1/2]
plask::MaterialInfo::Link::Link |
( |
std::string |
className, |
|
|
PROPERTY_NAME |
property, |
|
|
std::string |
note = std::string() |
|
) |
| |
|
inline |
◆ Link() [2/2]
plask::MaterialInfo::Link::Link |
( |
const std::string & |
to_parse | ) |
|
Construct a link from a string.
- Parameters
-
to_parse | the string to parse, in form "class_name.property info" |
Definition at line 105 of file info.cpp.
◆ str()
std::string plask::MaterialInfo::Link::str |
( |
| ) |
const |
Construct a string in format "class_name.property info".
- Returns
- the string constructed
Definition at line 112 of file info.cpp.
◆ className
std::string plask::MaterialInfo::Link::className |
◆ note
std::string plask::MaterialInfo::Link::note |
◆ property
The documentation for this struct was generated from the following files: