Rudiments
include
rudiments
mvcview.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more informations.
3
4
#ifndef RUDIMENTS_MVCVIEW_H
5
#define RUDIMENTS_MVCVIEW_H 1
6
7
#include <rudiments/private/mvcviewincludes.h>
8
9
class
RUDIMENTS_DLLSPEC
mvcview
:
public
mvctier
{
10
public
:
11
mvcview
();
12
virtual
~
mvcview
();
13
14
void
setRequest(
httprequest
*req);
15
httprequest
*getRequest();
16
17
void
setResponse(
httpresponse
*resp);
18
httpresponse
*getResponse();
19
20
#include <rudiments/private/mvcview.h>
21
};
22
23
#endif
httprequest
Definition:
httprequest.h:12
httpresponse
Definition:
httpresponse.h:11
mvctier
Definition:
mvctier.h:9
mvcview
Definition:
mvcview.h:9
Generated on Wed Sep 22 2021 18:18:10 for Rudiments by
1.9.1