v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Intl::AvailableLocales< C > Class Template Reference

#include <intl-objects.h>

Collaboration diagram for v8::internal::Intl::AvailableLocales< C >:

Public Member Functions

 AvailableLocales ()
 
const std::set< std::string > & Get () const
 

Private Attributes

std::set< std::string > set_
 

Detailed Description

template<typename C = SkipResourceCheck>
class v8::internal::Intl::AvailableLocales< C >

Definition at line 341 of file intl-objects.h.

Constructor & Destructor Documentation

◆ AvailableLocales()

template<typename C = SkipResourceCheck>
v8::internal::Intl::AvailableLocales< C >::AvailableLocales ( )
inline

Definition at line 343 of file intl-objects.h.

Here is the call graph for this function:

Member Function Documentation

◆ Get()

template<typename C = SkipResourceCheck>
const std::set< std::string > & v8::internal::Intl::AvailableLocales< C >::Get ( ) const
inline

Definition at line 363 of file intl-objects.h.

Member Data Documentation

◆ set_

template<typename C = SkipResourceCheck>
std::set<std::string> v8::internal::Intl::AvailableLocales< C >::set_
private

Definition at line 366 of file intl-objects.h.


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