Scribus
Open source desktop publishing at your fingertips
desaxe::Getter_body< Obj_Type, Data_Type > Class Template Reference

#include <simple_actions.h>

Inheritance diagram for desaxe::Getter_body< Obj_Type, Data_Type >:
Collaboration diagram for desaxe::Getter_body< Obj_Type, Data_Type >:

Public Types

typedef const Data_Type &(Obj_Type::* FunType) ()
 

Public Member Functions

 Getter_body (FunType get)
 
void begin (const Xml_string &, Xml_attr)
 
- Public Member Functions inherited from desaxe::Generator_body< Data_Type >
virtual Data_Type * eval (Digester *dig_, const Xml_string &tag, Xml_attr attr)
 

Additional Inherited Members

- Protected Member Functions inherited from desaxe::Generator_body< Data_Type >
virtual void end (const Xml_string &)
 
- Protected Member Functions inherited from desaxe::Action_body
virtual void chars (const Xml_string &)
 
virtual void reset ()
 
- Protected Attributes inherited from desaxe::Action_body
Digesterdig
 

Detailed Description

template<class Obj_Type, class Data_Type>
class desaxe::Getter_body< Obj_Type, Data_Type >

Reads an object of type Data_Type from the object on top of the stack, then pushes this Data_Type object onto the stack.


The documentation for this class was generated from the following file: