filters
Libppt Namespace Reference
|
Classes |
| class | Color |
| class | Object |
| class | TextObject |
| class | GroupObject |
| class | DrawObject |
| class | Record |
| class | Container |
| class | BookmarkCollectionContainer |
| class | DocumentContainer |
| class | EnvironmentContainer |
| class | ExObjListContainer |
| class | ExHyperlinkContainer |
| class | ExEmbedContainer |
| class | ExLinkContainer |
| class | RunArrayContainer |
| class | ExOleObjStgContainer |
| class | FontCollectionContainer |
| class | HandoutContainer |
| class | HeadersFootersContainer |
| class | ListContainer |
| class | MainMasterContainer |
| class | NotesContainer |
| class | OutlineViewInfoContainer |
| class | PPDrawingContainer |
| class | PPDrawingGroupContainer |
| class | ProgBinaryTagContainer |
| class | ProgStringTagContainer |
| class | ProgTagsContainer |
| class | SlideContainer |
| class | SlideBaseContainer |
| class | SlideListWithTextContainer |
| class | SlideViewInfoContainer |
| class | SorterViewInfoContainer |
| class | SummaryContainer |
| class | SrKinsokuContainer |
| class | VBAInfoContainer |
| class | ViewInfoContainer |
| class | msofbtDgContainer |
| class | msofbtSpContainer |
| class | msofbtSpgrContainer |
| class | msofbtDggContainer |
| class | msofbtBstoreContainer |
| class | msofbtSolverContainer |
| class | BookmarkEntityAtom |
| class | CStringAtom |
| class | ColorSchemeAtom |
| class | CurrentUserAtom |
| class | DocumentAtom |
| class | EndDocumentAtom |
| class | ExObjListAtom |
| class | ExHyperlinkAtom |
| class | ExLinkAtom |
| class | ExOleObjAtom |
| class | ExEmbedAtom |
| class | FontEntityAtom |
| class | GuideAtom |
| class | HeadersFootersAtom |
| class | NotesAtom |
| class | PersistIncrementalBlockAtom |
| class | Record1043 |
| class | Record1044 |
| class | SSlideLayoutAtom |
| class | SlideViewInfoAtom |
| class | SlidePersistAtom |
| class | SSDocInfoAtom |
| class | StyleTextPropAtom |
| class | SlideAtom |
| class | SSSlideInfoAtom |
| class | SrKinsokuAtom |
| class | TxMasterStyleAtom |
| class | TxCFStyleAtom |
| class | TextCharsAtom |
| class | TxPFStyleAtom |
| class | TxSIStyleAtom |
| class | TextHeaderAtom |
| class | TextSpecInfoAtom |
| class | TextBookmarkAtom |
| class | TextBytesAtom |
| class | UserEditAtom |
| class | ViewInfoAtom |
| class | msofbtDgAtom |
| class | msofbtSpgrAtom |
| class | msofbtSpAtom |
| class | msofbtOPTAtom |
| class | msofbtChildAnchorAtom |
| class | msofbtClientAnchorAtom |
| class | msofbtClientDataAtom |
| class | msofbtClientTextboxAtom |
| class | msofbtOleObjectAtom |
| class | msofbtDeletedPsplAtom |
| class | msofbtDggAtom |
| class | msofbtColorMRUAtom |
| class | msofbtSplitMenuColorsAtom |
| class | msofbtBSEAtom |
| class | msofbtCLSIDAtom |
| class | msofbtRegroupItemsAtom |
| class | msofbtColorSchemeAtom |
| class | msofbtAnchorAtom |
| class | msofbtConnectorRuleAtom |
| class | msofbtAlignRuleAtom |
| class | msofbtArcRuleAtom |
| class | msofbtClientRuleAtom |
| class | msofbtCalloutRuleAtom |
| class | msofbtSelectionAtom |
| class | PPTReader |
| class | Presentation |
| class | Slide |
| struct | UChar |
| | Unicode character. More...
|
| class | UCharReference |
| | Dynamic reference to a string character. More...
|
| class | CString |
| | 8 bit char based string class More...
|
| class | UString |
| | Unicode string class. More...
|
| class | UConstString |
Functions |
|
std::ostream & | operator<< (std::ostream &s, UString ustring) |
| bool | isNaN (double d) |
|
bool | isPosInf (double) |
|
bool | isNegInf (double) |
|
bool | operator== (const Libppt::CString &c1, const Libppt::CString &c2) |
|
bool | operator== (const UString &s1, const UString &s2) |
|
bool | operator== (const UString &s1, const char *s2) |
|
bool | operator< (const UString &s1, const UString &s2) |
|
UString | operator+ (const UString &s1, const UString &s2) |
|
bool | operator== (const UChar &c1, const UChar &c2) |
|
bool | operator!= (const UChar &c1, const UChar &c2) |
|
bool | operator!= (const UString &s1, const UString &s2) |
|
bool | operator!= (const UString &s1, const char *s2) |
|
bool | operator== (const char *s1, const UString &s2) |
|
bool | operator!= (const char *s1, const UString &s2) |
Variables |
|
unsigned char | NaN_Bytes [] = { 0, 0, 0, 0, 0, 0, 0xf8, 0x7f } |
|
unsigned char | Inf_Bytes [] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f } |
|
const double | NaN = *( reinterpret_cast<const double*>( NaN_Bytes ) ) |
|
const double | Inf = *( reinterpret_cast<const double*>( Inf_Bytes ) ) |
Function Documentation
| bool Libppt::isNaN |
( |
double |
d |
) |
|
|