#include "SALOME_LogManager.hxx"#include "SALOME_Fake_NamingService.hxx"#include "SALOME_ContainerManager.hxx"#include <unistd.h>#include "utilities.h"#include <sstream>#include <fstream>#include <algorithm>#include <memory>#include <functional>#include <cstdint>
Data Structures | |
| class | InternalFormatVisitorDump |
Functions | |
| static std::vector< char > | FromPyToCpp (PyObject *obj) |
| static SALOME::vectorOfByte * | FromVectCharToCorba (const std::vector< char > &data) |
| static void | PushIntInVC (std::uint32_t val, std::vector< char > &data) |
| template<class T > | |
| static void | PushStringInVC (const T &str, std::vector< char > &data) |
|
static |
References KERNEL_PY.batchmode_salome::obj, and TestKernelHelpers::ret.
Referenced by SALOME_ContainerScriptExecPerfLog::assign(), and SALOME_ContainerScriptExecPerfLog::assignAndAppendFreestyle().
|
static |
References TestKernelHelpers::ret.
Referenced by SALOME_LogManager::getAllStruct(), and SALOME_ContainerScriptExecPerfLog::getObj().
|
static |
|
static |
References PushIntInVC().