MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
DrivesArray< T > Struct Template Reference
Collaboration diagram for DrivesArray< T >:

Public Member Functions

 DrivesArray (void)
 

Public Attributes

DriveCallerpDriveCaller
 
t
 

Detailed Description

template<class T>
struct DrivesArray< T >

Definition at line 503 of file tpldrive_impl.cc.

Constructor & Destructor Documentation

template<class T >
DrivesArray< T >::DrivesArray ( void  )
inline

Definition at line 506 of file tpldrive_impl.cc.

506 : pDriveCaller(0), t() {};
DriveCaller * pDriveCaller

Member Data Documentation

template<class T >
DriveCaller* DrivesArray< T >::pDriveCaller

Definition at line 504 of file tpldrive_impl.cc.

template<class T >
T DrivesArray< T >::t

Definition at line 505 of file tpldrive_impl.cc.


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