Files
MaxScale/server
Johan Wikman 3f2c6d844b Cache: Use consistent naming in storage imlementations
- CamelCase for all C++ class and template names
- snake_case for all variables, including member variables and
  member functions
  - Static member functions start with a capital letter
- Member variables prefixed with m_
- Static member variables prefixed with s_
- Null terminated character string variables prefixed with z
- Pointers prefixed with p
- Smart-pointers prefixed with s
- Where a z, p, or s prefix is present, the following letter is
  capitalized, i.e., pEntry and not pentry.
2016-12-22 12:09:46 +02:00
..
2016-11-28 14:37:26 +02:00
2016-11-28 14:37:26 +02:00
2016-11-28 14:37:26 +02:00
2016-08-17 10:06:35 +03:00