#include <ToyProducts.h>
Public Member Functions | |
| StringProduct ()=default | |
| StringProduct (const std::string &s) | |
| void | aggregate (StringProduct const &) |
Public Attributes | |
| std::string | name_ {} |
Definition at line 116 of file ToyProducts.h.
|
default |
|
inlineexplicit |
Definition at line 118 of file ToyProducts.h.
|
inline |
Definition at line 120 of file ToyProducts.h.
| std::string arttest::StringProduct::name_ {} |
Definition at line 122 of file ToyProducts.h.
1.8.11