std_headers.h File Reference

All headers of Standart C++ Library and STL are located there. More...

#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <cstring>
#include <cstdarg>
#include <cmath>
#include <vector>
#include <map>
#include <string>
#include <set>
#include <list>
#include <deque>
#include <queue>
#include <bitset>
#include <exception>
#include <algorithm>
#include <functional>
#include <limits>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <iterator>
#include <sstream>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dlfcn.h>
#include <sys/param.h>
#include <CoreFoundation/CoreFoundation.h>

Go to the source code of this file.

Namespaces

namespace  gpucalc

Functions

template<typename T, typename Y>
bool gpucalc::addToContainer (const T &what, const Y &where, std::map< Y, T > &Container)
template<typename T>
bool gpucalc::addToContainer (const T &what, std::vector< T > &Container)
template<typename T>
bool gpucalc::addToContainer (const T &what, std::list< T > &Container)
template<typename T, typename Y>
void gpucalc::clearContainer (std::map< Y, T > &Container)
template<typename T>
void gpucalc::clearContainer (std::vector< T > &Container)
template<typename T>
void gpucalc::clearContainer (std::list< T > &Container)
template<typename T, typename Y>
bool gpucalc::removeFromContainer (const Y &where, std::map< Y, T > &Container)
template<typename T>
bool gpucalc::removeFromContainer (const T &what, std::vector< T > &Container)
template<typename T>
bool gpucalc::removeFromContainer (const T &what, std::list< T > &Container)


Detailed Description

All headers of Standart C++ Library and STL are located there.

Author:
Kutumov Alexey
Date:
2008
Version:
0.7.7

Definition in file std_headers.h.


Generated on Thu Mar 5 22:36:42 2009 for gpucalc by  doxygen 1.5.6