Displaying 3 results from an estimated 3 matches for "declare_class_info".
2011 Oct 20
3
[LLVMdev] Crash with optimization for size
...const;
bool operator != (const FingerPrint& rhs) const;
FingerPrint& operator= (const FingerPrint& source);
public:
unsigned char data[16];
};
}
The type of gFloorPlanCutData is
class FloorPlanCutData: public GS::Object,
public GS::StateEventSource {
DECLARE_CLASS_INFO
private:
double currCutLevel;
double topCutLevel;
double bottomCutLevel;
short topCutBaseStoryRelativeIndex;
short bottomCutBaseStoryRelativeIndex;
double fixLevel2Absolute0;
Int32 lock;
// temporary data dependent from the current story
double currCutLevelCalculated;
double...
2011 Oct 21
1
[LLVMdev] Crash with optimization for size
...nt&rhs) const;
bool operator != (const FingerPrint&rhs) const;
FingerPrint&operator= (const FingerPrint& source);
public:
unsignedchar data[16];
};
}
The type of gFloorPlanCutData is
class FloorPlanCutData: public GS::Object,
public GS::StateEventSource {
DECLARE_CLASS_INFO
private:
double currCutLevel;
double topCutLevel;
double bottomCutLevel;
short topCutBaseStoryRelativeIndex;
short bottomCutBaseStoryRelativeIndex;
double fixLevel2Absolute0;
Int32lock;
// temporary data dependent from the current story
doublecurrCutLevelCalculated;
doubletopCutLevelCal...
2011 Oct 20
0
[LLVMdev] Crash with optimization for size
...;
> rhs) const;
> FingerPrint&
> operator= (const FingerPrint& source);
> public:
> unsigned char data[16];
> };
> }
>
> The type of gFloorPlanCutData is
>
> class FloorPlanCutData: public GS::Object,
> public GS::StateEventSource {
>
> DECLARE_CLASS_INFO
>
> private:
> double currCutLevel;
> double topCutLevel;
> double bottomCutLevel;
> short topCutBaseStoryRelativeIndex;
> short bottomCutBaseStoryRelativeIndex;
>
> double fixLevel2Absolute0;
>
> Int32
> lock;
>
> // temporary data dependent fr...