Begin templating
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "STree.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace pywrap {
|
||||
|
||||
void STree::version()
|
||||
{
|
||||
callMethod("version");
|
||||
std::cout << "Version: " << callMethod<std::string>("version") << std::endl;
|
||||
}
|
||||
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user