Classes | Typedefs | Functions
registry_via_id_test_2.cc File Reference
#include "cetlib/registry_via_id.h"

Go to the source code of this file.

Classes

struct  val
 

Typedefs

typedef int success_t
 
typedef char * fail_t
 
typedef cet::registry_via_id< success_t, valreg
 

Functions

int main ()
 

Typedef Documentation

typedef char* fail_t

Definition at line 13 of file registry_via_id_test_2.cc.

Definition at line 24 of file registry_via_id_test_2.cc.

typedef int success_t

Definition at line 12 of file registry_via_id_test_2.cc.

Function Documentation

int main ( void  )

Definition at line 27 of file registry_via_id_test_2.cc.

28 {
29  reg::put(val());
30 
31  return 0;
32 } // main()
static detail::must_have_id< K, V >::type put(V const &value)