Line Code
1 2 3 4
// simply forward the typedef of the collection
#include <vector>
class TkLasBeam;
typedef std::vector<TkLasBeam> TkLasBeamCollection;