CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

Taglib.h File Reference

#include <iostream>
#include <map>
#include <string>

Include dependency graph for Taglib.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  servlet::taglib::Taglib

Namespaces

namespace  servlet
namespace  servlet::taglib

Defines

#define EXPORT_TAGLIB(name, class)

Typedefs

typedef std::multimap
< std::string, std::string > 
servlet::taglib::attribs_t

Define Documentation

#define EXPORT_TAGLIB ( name,
class   ) 

Value:

extern "C" { \
        servlet::taglib::Taglib* create_taglib_##name(const servlet::taglib::attribs_t& attribs) \
        { \
            return new class(#name, attribs); \
        } \
    }

Definition at line 59 of file Taglib.h.

SourceForge.net Logo