#include <algorithm>
#include <memory>
#include <boost/cstdint.hpp>
Go to the source code of this file.
◆ EPUBGEN_ATTRIBUTE_PRINTF
      
        
          | #define EPUBGEN_ATTRIBUTE_PRINTF | ( |  | fmt, | 
        
          |  |  |  | arg | 
        
          |  | ) |  |  | 
      
 
 
◆ EPUBGEN_DEBUG
      
        
          | #define EPUBGEN_DEBUG | ( |  | M | ) |  | 
      
 
 
◆ EPUBGEN_DEBUG_MSG
      
        
          | #define EPUBGEN_DEBUG_MSG | ( |  | M | ) |  | 
      
 
Referenced by libepubgen::EPUBListStyleManager::closeLevel(), libepubgen::EPUBTableStyleManager::closeTable(), libepubgen::EPUBListStyleManager::defineLevel(), libepubgen::EPUBParagraphStyleManager::defineParagraph(), libepubgen::EPUBSpanStyleManager::defineSpan(), libepubgen::EPUBTableStyleManager::extractCellProperties(), libepubgen::EPUBSpanStyleManager::extractTextPosition(), libepubgen::EPUBHTMLGeneratorImpl::flushUnsent(), libepubgen::EPUBListStyleManager::List::getCurrentProperties(), libepubgen::EPUBHTMLGenerator::openLink(), libepubgen::EPUBHTMLGeneratorImpl::pop(), libepubgen::EPUBHTMLGeneratorImpl::push(), and libepubgen::EPUBListStyleManager::List::setLevel().
 
 
◆ EPUBGEN_NUM_ELEMENTS
      
        
          | #define EPUBGEN_NUM_ELEMENTS | ( |  | array | ) | (sizeof(array) / sizeof(array[0])) |