highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
InDataStruct Class Reference

#include <InDataStruct.hpp>

Classes

struct  InternalInDataParams

Public Member Functions

 InDataStruct ()
void setSearchStrings (std::vector< std::vector< std::pair< SearchType, std::string > > > &_searchStrings)
void addContent (std::string &content)
void addContent (std::string &&content)
void addWcache (std::string &wcache)
void addWcache (std::string &&wcache)
void addParams (InternalInDataParams &params)
void setSendCacheBack (bool _sendCacheBack)
std::vector< std::vector
< std::pair< SearchType,
std::string > > > & 
getSearchStrings ()
std::string & getContent (unsigned int i)
std::string & getWcache (unsigned int i)
InternalInDataParamsgetParams (unsigned int i)
unsigned int getContentsCount () const
unsigned int getParamsCount () const
unsigned int getWcachesCount () const
bool getSendCacheBack () const
 ~InDataStruct ()

Detailed Description

Definition at line 24 of file InDataStruct.hpp.

Constructor & Destructor Documentation

InDataStruct::InDataStruct ( )
inline

Definition at line 48 of file InDataStruct.hpp.

InDataStruct::~InDataStruct ( )
inline

Definition at line 123 of file InDataStruct.hpp.

Member Function Documentation

void InDataStruct::addContent ( std::string &  content)
inline

Definition at line 53 of file InDataStruct.hpp.

void InDataStruct::addContent ( std::string &&  content)
inline

Definition at line 57 of file InDataStruct.hpp.

void InDataStruct::addParams ( InternalInDataParams params)
inline

Definition at line 69 of file InDataStruct.hpp.

void InDataStruct::addWcache ( std::string &  wcache)
inline

Definition at line 61 of file InDataStruct.hpp.

void InDataStruct::addWcache ( std::string &&  wcache)
inline

Definition at line 65 of file InDataStruct.hpp.

std::string& InDataStruct::getContent ( unsigned int  i)
inline

Definition at line 82 of file InDataStruct.hpp.

unsigned int InDataStruct::getContentsCount ( ) const
inline

Definition at line 106 of file InDataStruct.hpp.

InternalInDataParams& InDataStruct::getParams ( unsigned int  i)
inline

Definition at line 98 of file InDataStruct.hpp.

unsigned int InDataStruct::getParamsCount ( ) const
inline

Definition at line 110 of file InDataStruct.hpp.

std::vector<std::vector<std::pair<SearchType, std::string> > >& InDataStruct::getSearchStrings ( )
inline

Definition at line 78 of file InDataStruct.hpp.

bool InDataStruct::getSendCacheBack ( ) const
inline

Definition at line 118 of file InDataStruct.hpp.

std::string& InDataStruct::getWcache ( unsigned int  i)
inline

Definition at line 90 of file InDataStruct.hpp.

unsigned int InDataStruct::getWcachesCount ( ) const
inline

Definition at line 114 of file InDataStruct.hpp.

void InDataStruct::setSearchStrings ( std::vector< std::vector< std::pair< SearchType, std::string > > > &  _searchStrings)
inline

Definition at line 49 of file InDataStruct.hpp.

void InDataStruct::setSendCacheBack ( bool  _sendCacheBack)
inline

Definition at line 73 of file InDataStruct.hpp.


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