user_collection Class Reference
[DataFormatDataFormat]

A collection storage class of multiple user_info. More...

#include <user_info.hh>

Inheritance diagram for user_collection:

data_base List of all members.

Public Member Functions

 user_collection ()
 Default constructor.
 user_collection (const user_collection &original)
 Default copy constructor.
virtual void clear_data ()
 Method to clear currently held data contents in the buffer.
 ~user_collection ()
 Default destructor.

Detailed Description

A collection storage class of multiple user_info.

This is what created per-event if user specified to store user's information in an event loop. If a user just needs one user_info, it may be an array of length 1.

Definition at line 117 of file user_info.hh.


Constructor & Destructor Documentation

user_collection::user_collection (  )  [inline]

Default constructor.

Definition at line 123 of file user_info.hh.

References clear_data().

00123 : data_base() {clear_data();};

user_collection::user_collection ( const user_collection original  )  [inline]

Default copy constructor.

Definition at line 126 of file user_info.hh.

00127     : std::vector<user_info>(original),
00128       data_base(original)
00129   {};

user_collection::~user_collection (  )  [inline]

Default destructor.

Definition at line 135 of file user_info.hh.

00135 {};


Member Function Documentation

virtual void user_collection::clear_data (  )  [inline, virtual]

Method to clear currently held data contents in the buffer.

Reimplemented from data_base.

Definition at line 132 of file user_info.hh.

Referenced by user_collection().

00132 {clear();};


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 15:35:13 2014 for MyProject by  doxygen 1.4.7