OpenASIP  2.0
Public Member Functions | Public Attributes | List of all members
SetStripPairActor Struct Reference

#include <OperationDAGLanguageParser.hh>

Collaboration diagram for SetStripPairActor:
Collaboration graph

Public Member Functions

 SetStripPairActor (std::pair< const char *, const char * > &aPair)
 
void operator() (const char *start, const char *end) const
 

Public Attributes

std::pair< const char *, const char * > & thePair_
 

Detailed Description

Spirit actor for book keeping stripped strings.

Definition at line 735 of file OperationDAGLanguageParser.hh.

Constructor & Destructor Documentation

◆ SetStripPairActor()

SetStripPairActor::SetStripPairActor ( std::pair< const char *, const char * > &  aPair)
inline

Definition at line 737 of file OperationDAGLanguageParser.hh.

737  :
738  thePair_(aPair) {}

Member Function Documentation

◆ operator()()

void SetStripPairActor::operator() ( const char *  start,
const char *  end 
) const
inline

Definition at line 742 of file OperationDAGLanguageParser.hh.

742  {
743  thePair_ = std::pair<const char*, const char*>(start, end);
744  }

Member Data Documentation

◆ thePair_

std::pair<const char*, const char*>& SetStripPairActor::thePair_

Definition at line 740 of file OperationDAGLanguageParser.hh.


The documentation for this struct was generated from the following file:
SetStripPairActor::thePair_
std::pair< const char *, const char * > & thePair_
Definition: OperationDAGLanguageParser.hh:740