fastjet 2.4.5
Public Types | Public Member Functions | Static Public Member Functions
fastjet::BasicRandom< _Tp > Class Template Reference

#include <BasicRandom.hh>

List of all members.

Public Types

typedef _Tp value_type
typedef unsigned int size_type
typedef value_typepointer

Public Member Functions

value_type operator() ()
void operator() (size_type, pointer)
void randomize (void *)
void print_info (std::ostream &__os=std::cout)

Static Public Member Functions

static value_type min ()
static value_type max ()

Detailed Description

template<typename _Tp>
class fastjet::BasicRandom< _Tp >

Definition at line 31 of file BasicRandom.hh.


Member Typedef Documentation

template<typename _Tp >
typedef value_type* fastjet::BasicRandom< _Tp >::pointer

Definition at line 35 of file BasicRandom.hh.

template<typename _Tp >
typedef unsigned int fastjet::BasicRandom< _Tp >::size_type

Definition at line 34 of file BasicRandom.hh.

template<typename _Tp >
typedef _Tp fastjet::BasicRandom< _Tp >::value_type

Definition at line 33 of file BasicRandom.hh.


Member Function Documentation

template<typename _Tp >
static value_type fastjet::BasicRandom< _Tp >::max ( ) [static]
template<typename _Tp >
static value_type fastjet::BasicRandom< _Tp >::min ( ) [static]
template<typename _Tp >
value_type fastjet::BasicRandom< _Tp >::operator() ( )
template<typename _Tp >
void fastjet::BasicRandom< _Tp >::operator() ( size_type  ,
pointer   
)
template<typename _Tp >
void fastjet::BasicRandom< _Tp >::print_info ( std::ostream &  __os = std::cout)
template<typename _Tp >
void fastjet::BasicRandom< _Tp >::randomize ( void *  )

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines