Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Defines | Functions

/home/master/UCL/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 v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:04.
Permission is granted to use this page to write and publish articles regarding Visualization Library.