CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Classes | Namespaces | Functions
cs_utility.hpp File Reference

Go to the source code of this file.

Classes

class  cs::csurf_info
 Information about the CodeSurfer installation. More...
 
class  cs::object_pager
 Management for IO buffering. More...
 
class  cs::sysinfo
 Information about the local system. More...
 

Namespaces

 cs
 Namespace for CodeSonar/CodeSurfer API.
 

Functions

csuint64 cs::string_hash (const std::string &s)
 Get a hash of a std::string. More...
 
std::string cs::xmldecode (const std::string &s)
 XML-decode a std::string. More...
 
std::string cs::xmlencode (const std::string &s, bool use_private_use_area=true)
 XML-encode a std::string. More...