class axl::dox::Block

#include <axl_dox_Block.h>

class Block:
    public axl::sl::ListLink,
    private axl::dox::BlockData
{
public:
    // fields

    handle_t m_item;

    // construction

    Block(Host* host);

    // methods

    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();
};