ulib  1.0
S.W. Lee's essential C++ library
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Namespaces | Functions
ufunc.h File Reference
#include <stdio.h>
#include <string.h>
#include "ustring.h"
#include "utextfile.h"
Include dependency graph for ufunc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ulib

Functions

bool ulib::LoadTextFile (char filename[], CUString &file_content)
bool ulib::GetElementByBoundTag (CUString &str, CUString &ret, char start[], char end[])
CUString ulib::Bool2Str (bool expr)
bool ulib::Str2Bool (CUString str)
int ulib::Str2Int (CUString str)
double ulib::Str2Real (CUString str)