ROSE 0.11.145.134
Public Attributes | List of all members
Rose::BinaryAnalysis::Partitioner2::Experimental::ParallelPartitioner::Partitioner::LockInCache Struct Reference

Description

Object returned by lockInCache.

Definition at line 823 of file ParallelPartitioner.h.

#include <Rose/BinaryAnalysis/Partitioner2/ParallelPartitioner.h>

Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::Experimental::ParallelPartitioner::Partitioner::LockInCache:
Collaboration graph
[legend]

Public Attributes

std::vector< LockedInstructionlocks
 The locking pointers.
 
std::vector< SgAsmInstruction * > insns
 The raw pointers.
 

Member Data Documentation

◆ locks

std::vector<LockedInstruction> Rose::BinaryAnalysis::Partitioner2::Experimental::ParallelPartitioner::Partitioner::LockInCache::locks

The locking pointers.

Definition at line 824 of file ParallelPartitioner.h.

◆ insns

std::vector<SgAsmInstruction*> Rose::BinaryAnalysis::Partitioner2::Experimental::ParallelPartitioner::Partitioner::LockInCache::insns

The raw pointers.

Definition at line 825 of file ParallelPartitioner.h.


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