Version: 9.15.0
SALOME_LogManager.cxx File Reference
#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>
Include dependency graph for SALOME_LogManager.cxx:

Data Structures

class  InternalFormatVisitorDump
 

Functions

static std::vector< char > FromPyToCpp (PyObject *obj)
 
static SALOME::vectorOfByteFromVectCharToCorba (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)
 

Function Documentation

◆ FromPyToCpp()

static std::vector<char> FromPyToCpp ( PyObject *  obj)
static

◆ FromVectCharToCorba()

static SALOME::vectorOfByte* FromVectCharToCorba ( const std::vector< char > &  data)
static

◆ PushIntInVC()

static void PushIntInVC ( std::uint32_t  val,
std::vector< char > &  data 
)
static

◆ PushStringInVC()

template<class T >
static void PushStringInVC ( const T &  str,
std::vector< char > &  data 
)
static

References PushIntInVC().