#include <ComponentNameHelper.h>
Helper class to name a component based on its type.
Two conventions are available for legacy reasons:
Public Member Functions | |
std::string | resolveName (const std::string &type, const std::string &name, Convention convention) |
std::string | resolveName (const std::string &type, Convention convention) |
std::string sofa::core::ComponentNameHelper::resolveName | ( | const std::string & | type, |
const std::string & | name, | ||
Convention | convention | ||
) |
std::string sofa::core::ComponentNameHelper::resolveName | ( | const std::string & | type, |
Convention | convention | ||
) |
|
strong |