BlackWhitelist.h File Reference
#include <set>
#include <string>
#include <ostream>
+ Include dependency graph for BlackWhitelist.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BlackWhitelist< Key >
 A combination of blacklist and whitelist. More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using StringBlackWhitelist = BlackWhitelist< std::string >
 

Functions

template<class K >
std::ostream & operator<< (std::ostream &os, const BlackWhitelist< K > &bw)