AXL Reference
6.2
  • Global Namespace
    • namespace axl
      • namespace axl::cf
      • namespace axl::cry
      • namespace axl::dox
        • enum axl::dox::BlockKind
        • struct axl::dox::BlockData
        • struct axl::dox::Host
        • struct axl::dox::Param
        • class axl::dox::Block
        • class axl::dox::Footnote
        • class axl::dox::Group
        • class axl::dox::Module
        • class axl::dox::Parser
      • namespace axl::enc
      • namespace axl::err
      • namespace axl::g
      • namespace axl::gui
      • namespace axl::ini
      • namespace axl::io
      • namespace axl::iok
      • namespace axl::lex
      • namespace axl::lua
      • namespace axl::mem
      • namespace axl::rc
      • namespace axl::re
      • namespace axl::sec
      • namespace axl::sl
      • namespace axl::spy
      • namespace axl::st
      • namespace axl::sys
      • namespace axl::xml
      • namespace axl::zip
    • class axl_va_list
AXL Reference
  • »
  • Global Namespace »
  • namespace axl »
  • namespace axl::dox »
  • class axl::dox::Footnote

class axl::dox::Footnote

#include <axl_dox_Block.h>

class Footnote: public axl::dox::Block
{
public:
    // construction

    Footnote(Host* host);

    // methods

    Block*
    getParent();
};

Inherited Members

public:
    // fields

    BlockKind m_blockKind;
    Group* m_group;
    sl::String m_source;
    sl::String m_refId;
    sl::String m_title;
    sl::String m_briefDescription;
    sl::String m_detailedDescription;
    sl::String m_seeAlsoDescription;
    sl::String m_internalDescription;
    sl::String m_returnDescription;
    sl::String* m_currentDescription;
    sl::List<Param> m_paramList;
    sl::BoxList<sl::String> m_importList;
    sl::Array<Block*> m_footnoteArray;
    handle_t m_item;

    // methods

    ListLink*
    getNext();

    ListLink*
    getPrev();

    BlockKind
    getBlockKind();

    Group*
    getGroup();

    handle_t
    getItem();

    const sl::String&
    getSource();

    const sl::String&
    getRefId();

    const sl::String&
    getTitle();

    const sl::String&
    getBriefDescription();

    const sl::String&
    getDetailedDescription();

    const sl::String&
    getSeeAlsoDescription();

    const sl::String&
    getInternalDescription();

    bool
    isDescriptionEmpty();

    sl::String
    getDescriptionString();

    sl::String
    getFootnoteString();

    sl::String
    getImportString();
Next Previous

© Copyright 2007-2021, Tibbo Technology Inc.

Built with Sphinx using a theme provided by Read the Docs.