ug4
|
#include <basicTest.h>
Public Member Functions | |
BasicTest () | |
BasicTest (std::string name) | |
std::string | get () const |
void | setName (std::string name) |
int | size () const |
~BasicTest () | |
Private Attributes | |
std::string | _name |
ug::vrl::BasicTest::BasicTest | ( | ) |
References _name.
ug::vrl::BasicTest::~BasicTest | ( | ) |
References UG_LOG.
std::string ug::vrl::BasicTest::get | ( | ) | const |
References _name.
Referenced by ug::vrl::registerBasicTest().
int ug::vrl::BasicTest::size | ( | ) | const |
References _name.
Referenced by ug::vrl::registerBasicTest().
|
private |
Referenced by BasicTest(), get(), setName(), and size().