V8 Project
v8::base::OS::SharedLibraryAddress Struct Reference

#include <platform.h>

+ Collaboration diagram for v8::base::OS::SharedLibraryAddress:

Public Member Functions

 SharedLibraryAddress (const std::string &library_path, uintptr_t start, uintptr_t end)
 

Public Attributes

std::string library_path
 
uintptr_t start
 
uintptr_t end
 

Detailed Description

Definition at line 269 of file platform.h.

Constructor & Destructor Documentation

◆ SharedLibraryAddress()

v8::base::OS::SharedLibraryAddress::SharedLibraryAddress ( const std::string &  library_path,
uintptr_t  start,
uintptr_t  end 
)
inline

Member Data Documentation

◆ end

uintptr_t v8::base::OS::SharedLibraryAddress::end

Definition at line 276 of file platform.h.

◆ library_path

std::string v8::base::OS::SharedLibraryAddress::library_path

Definition at line 274 of file platform.h.

◆ start

uintptr_t v8::base::OS::SharedLibraryAddress::start

Definition at line 275 of file platform.h.


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