[R] Refactoring of c++ API
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
#ifndef TEST_UTILS_HPP
|
||||
#define TEST_UTILS_HPP
|
||||
|
||||
|
||||
namespace fort
|
||||
{
|
||||
class table;
|
||||
}
|
||||
#include "fort.hpp"
|
||||
|
||||
int set_test_properties_as_default(void);
|
||||
bool set_cpp_test_props_for_table(fort::table *table);
|
||||
fort::table create_cpp_test_int_table(int set_test_opts);
|
||||
bool set_cpp_test_props_for_table(fort::char_table *table);
|
||||
fort::char_table create_cpp_test_int_table(int set_test_opts);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user