|
ug4
|
#include <playground.h>
Public Member Functions | |
| int | add (int a, int b) |
| ConstSmartPtr< TestClass > | constSmartTestImpl () |
| std::string | getRev () |
| std::string | getString () |
| int | performTest () |
| int | print () |
| int | print2 () |
| int | print2 () const |
| int | print_name () |
| SmartPtr< TestClass > | smartTestImpl () |
| TestClass () | |
| TestClass (std::string name) | |
| ~TestClass () | |
| ug::vrl::TestClass::TestClass | ( | ) |
References UG_LOG.
Referenced by constSmartTestImpl(), and smartTestImpl().
| ug::vrl::TestClass::TestClass | ( | std::string | name | ) |
References UG_LOG.
| ug::vrl::TestClass::~TestClass | ( | ) |
References UG_LOG.
| int ug::vrl::TestClass::add | ( | int | a, |
| int | b | ||
| ) |
Referenced by ug::vrl::registerPlayground().
| ConstSmartPtr< TestClass > ug::vrl::TestClass::constSmartTestImpl | ( | ) |
References TestClass().
Referenced by ug::vrl::registerPlayground().
| std::string ug::vrl::TestClass::getRev | ( | ) |
References ug::vrl::svnRevision().
Referenced by ug::vrl::registerPlayground().
| std::string ug::vrl::TestClass::getString | ( | ) |
References UG_LOG.
Referenced by ug::vrl::registerPlayground().
| int ug::vrl::TestClass::performTest | ( | ) |
| int ug::vrl::TestClass::print | ( | ) |
References UG_LOG.
Referenced by ug::vrl::registerPlayground().
| int ug::vrl::TestClass::print2 | ( | ) |
References UG_LOG.
Referenced by ug::vrl::TestSmartPtr2ConstPtr().
| int ug::vrl::TestClass::print2 | ( | ) | const |
References UG_LOG.
| int ug::vrl::TestClass::print_name | ( | ) |
References UG_LOG.
References TestClass().
Referenced by ug::vrl::registerPlayground().