Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Defines | Functions

X:/dropbox/visualizationlibrary/src/vlCore/Flags.hpp File Reference

Go to the source code of this file.

Classes

class  vl::Flags< T_FlagEnum >
 Simple class to manage flags in a type safe manner. More...

Namespaces

namespace  vl
 

Visualization Library namespace.


Defines

#define VL_DECLARE_FLAGS(EnumType, FlagTypeName)

Functions

template<typename T >
Flags< T > vl::operator| (T flag1, T flag2)
template<typename T >
Flags< T > vl::operator& (T flag1, T flag2)

Define Documentation

#define VL_DECLARE_FLAGS (   EnumType,
  FlagTypeName 
)
Value:
template<EnumType> Flags<EnumType> operator|(EnumType flag1, EnumType flag2); \
  template<EnumType> Flags<EnumType> operator&(EnumType flag1, EnumType flag2); \
  typedef Flags<EnumType> FlagTypeName;

Definition at line 160 of file Flags.hpp.


Visualization Library 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:40:46.
Permission is granted to use this page to write and publish articles regarding Visualization Library.