Eidolon
Public Member Functions | Public Attributes | List of all members
triple< F, S, T > Class Template Reference

#include <RenderTypes.h>

Collaboration diagram for triple< F, S, T >:
Collaboration graph

Public Member Functions

 triple ()
 
 triple (const F &first, const S &second, const T &third)
 
 triple (const triple< F, S, T > &t)
 

Public Attributes

first
 
second
 
third
 

Constructor & Destructor Documentation

◆ triple() [1/3]

triple ( )
inline

◆ triple() [2/3]

triple ( const F &  first,
const S &  second,
const T &  third 
)
inline

◆ triple() [3/3]

triple ( const triple< F, S, T > &  t)
inline

Member Data Documentation

◆ first

F first

◆ second

S second

◆ third

T third

The documentation for this class was generated from the following file: