|
ldas-tools-framecpp 3.0.4
|
#include <FrStruct.hh>
Public Types | |
| typedef boost::shared_ptr< FrameObjCurType > | current_type |
| typedef current_type::element_type | current_element_type |
| typedef boost::shared_ptr< FrameObjPrevType > | previous_type |
| typedef previous_type::element_type | previous_element_type |
Static Public Member Functions | |
| static void | FromNothing (frame_object_type FrameObj, int SpecVersion, int PreviousSpecVersion, const std::string &Leader) |
| static void | FromPrevious (frame_object_type FrameObj, int SpecVersion, current_type &Current, int PreviousSpecVersion, previous_type &Previous, const std::string &Leader) |
| static void | ToSame (frame_object_type FrameObj, int SpecVersion, int PreviousSpecVersion, const std::string &Leader) |
Static Private Member Functions | |
| static void | promote (frame_object_type FrameObj, current_type &Promoted, previous_type &Previous, int PreviousSpecVersion, int SpecVersion) |
| typedef current_type::element_type Promote< FrameObjCurType, FrameObjPrevType >::current_element_type |
| typedef boost::shared_ptr< FrameObjCurType > Promote< FrameObjCurType, FrameObjPrevType >::current_type |
| typedef previous_type::element_type Promote< FrameObjCurType, FrameObjPrevType >::previous_element_type |
| typedef boost::shared_ptr< FrameObjPrevType > Promote< FrameObjCurType, FrameObjPrevType >::previous_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
|
inlinestatic |