RSC  0.7.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
langutils.h File Reference
#include <string>
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include "rsc/rscexports.h"
Include dependency graph for langutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsc::misc::NullDeleter
 A deleter object that can be used with boost::shared_ptr that doesn't release any memory. More...
 
class  rsc::misc::ParentSharedPtrDeleter< ParentType >
 A deleter for boost::shared_ptr which enables to use a pointer in a shared_ptr, which is not a shared_ptr itself and owned by another object. More...
 

Namespaces

 rsc
 
 rsc::misc
 

Macros

#define DEPRECATED(func)   func
 

Functions

boost::uint64_t rsc::misc::currentTimeMillis ()
 Returns the current system time as milliseconds. More...
 
boost::uint64_t rsc::misc::currentTimeMicros ()
 Returns the current system time as microseconds. More...
 
char rsc::misc::randAlnumChar ()
 Generates a random alpha-numeric character. More...
 
std::string rsc::misc::randAlnumStr (const std::string::size_type &length)
 Generates a random alpha-numeric string with fixed length. More...
 

Macro Definition Documentation

#define DEPRECATED (   func)    func

Definition at line 129 of file langutils.h.