Version: $Revision: 1.56 $
=========================================================================*/
-
-
/**
* \file
* \brief Class bbtk::BlackBox : abstract black-box interface.
#include <chrono>
#include <fstream>
-
-
/*
+// EED: This was tested in MacOs.
+
+#include <execinfo.h>
+#include <stdio.h>
+#include <stdlib.h>
+
void print_trace()
{
void *array[10];
}
//=========================================================================
-
//=========================================================================
BlackBox::~BlackBox()
{
}
//=========================================================================
-
-
//=========================================================================
std::string BlackBox::bbGetFullName() const
{
}
//=========================================================================
-
-
//=========================================================================
std::string BlackBox::bbGetNameWithParent() const
{