Home | History | Annotate | Download | only in src

Lines Matching defs:Access

367 // a local scope using an instance of Access.  Attempts to re-reserve
375 template <typename S> friend class Access;
381 // Locally scoped access to a static resource.
383 class Access {
385 explicit Access(StaticResource<T>* resource)
392 ~Access() {
437 // Access individual vector elements - checks bounds in debug mode.
607 * Specialized versions of the class can allow access to the backing store