Bridge++  Ver. 2.0.2
testManager.cpp File Reference
#include "testManager.h"

Go to the source code of this file.

Functions

std::vector< std::string > string_tokenize (const std::string &src, const char delim='.')
 
int DoNothing ()
 

Detailed Description

Author
Shinji Motoki (smotoki)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2023-02-28 16:09:41 #$
Version
LastChangedRevision
2492

Definition in file testManager.cpp.

Function Documentation

◆ DoNothing()

int DoNothing ( )

Definition at line 22 of file testManager.cpp.

◆ string_tokenize()

std::vector< std::string > string_tokenize ( const std::string &  src,
const char  delim = '.' 
)

Definition at line 606 of file testManager.cpp.