The Micro C++ Library
include/micxx/System.hxx File Reference

Declaration of class micxx::System, struct SYSTEMTIME and the typedef micxx::Properties. More...

#include <micxx/Config.hxx>
#include <micxx/Mutex.hxx>
#include <micxx/Strings.hxx>
#include <locale>
#include <map>
#include <list>
#include <vector>

Classes

struct  SYSTEMTIME
 The SYSTEMTIME as specified by the Windows API is used as a common time representation. More...
class  micxx::System
 The System class provides access to shared static data structures that need to exist exactly once in each process like the System properties or the System mutex. More...

Namespaces

namespace  micxx
 

The Micro C++ Library.


Typedefs

typedef std::map< std::wstring,
std::wstring
micxx::Properties
 Type used to store properties like System properties.

Functions

template<typename Ptr >
bool micxx::lessPtr (const Ptr *left, const Ptr *right)
 Comparison of Pointers usable with e.g. sort(RandomAccessIterator, RandomAccessIterator, BinaryPredicate)
MICXX_EXPORT std::ostream & operator<< (std::ostream &, const SYSTEMTIME &)

Variables

class MICXX_EXPORT micxx::Log

Detailed Description

Declaration of class micxx::System, struct SYSTEMTIME and the typedef micxx::Properties.


Function Documentation

MICXX_EXPORT std::ostream& operator<< ( std::ostream &  ,
const SYSTEMTIME  
)