Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
usUtils.cpp File Reference
#include "usUtils_p.h"
#include "usLog_p.h"
#include "usModuleInfo.h"
#include "usModuleSettings.h"
#include <string>
#include <cstdio>
#include <cctype>
#include <algorithm>
#include <typeinfo>
#include <cerrno>
#include <cstring>
#include <dlfcn.h>
#include <dirent.h>

Go to the source code of this file.

Namespaces

 us
 

Functions

std::vector< std::string > us::AutoLoadModulesFromPath (const std::string &absoluteBasePath, const std::string &subDir)
 
std::vector< std::string > us::AutoLoadModules (const ModuleInfo &moduleInfo)
 
std::string us::GetLastErrorStr ()
 
MsgHandler us::installMsgHandler (MsgHandler h)
 
void us::message_output (MsgType msgType, const char *buf)
 
US_Core_EXPORT ::std::string us::GetDemangledName (const ::std::type_info &typeInfo)
 

Variables

static MsgHandler us::handler