Files
MaxScale/server/modules/filter
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-29 14:19:08 +02:00
2016-11-30 12:37:36 +02:00
2016-12-20 12:40:26 +02:00
2016-12-05 12:46:54 +02:00